.main_container{
	width: 100vw;
	height: 100vh;
	background-image: url('../img/logo.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}