html, body  {
	
	background-color: #1b1918; /* For browsers that do not support gradients */
	/*background-image: linear-gradient(to bottom left, #d34862, #efb873);*/
	
	margin: 0; 
	height: 100vh; 
	overflow: hidden;
}


.container {
	
	width: 100%;
	height: 100%;
}

.container img {
		
	width: 40vw;
    overflow: hidden;
        
}

@media screen and (max-width: 1000px) {
      .container img {
        width: 85vw;
        overflow: hidden;
         
      }
}

.center{
	
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}