@charset "utf-8";

body 
{ 
background-color: black;
}

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

@media (max-width:1399px)
{
IMG	
{
width :400px;
height : 440px;

}

@media (max-width:600px)
{ 
IMG	
{
width : 300px;
height : 330px;
} 
	  
}  
