html{
	
}
body{
	min-height: 100vh;
	background: linear-gradient(rgb(174, 219, 167), rgb(245,183,118));
	background-repeat: no-repeat;
	background-size: cover;
	color: black;
	
}
div{
	 
  	
}
	.logo_container {
		position: relative;
		top: 15px;
		left: 10%; 
		width: 80%;
		height: 100%;
}
	.logo_container img {
		top: 1px;
		width:100%;
		height: 100%;
	}