body{
	background-image:url('../img/anyware-bg.jpg');
	background-size:cover;
	margin:0;
	padding:0;
}

.container{
	display:flex;
	align-items:center;
	justify-content: center;
	height:100vh;
	background-color:rgba(255,255,255,0.5);
}

.main{
	max-width:400px;
	width:100%;
	height:400px;
	margin:-400px 60px 0px 60px;
	background-repeat:no-repeat;
	background-position:center center;
	background-image:url('../img/logo.png');
	background-size:contain;
}

@media (orientation: landscape) {
  .main{
	  margin:0px 60px;
	  max-height:60%;
  }
}