*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html, body{
    height: 100%;
    width:100%;
     background-color: #cf0106; 
    
    
}
img{
    height: 500px;
    width: 500px;
    object-fit: cover;
    position: absolute;
    top: 30%;
    left: 50%;
    border-radius: 20px;
    transform: translate(-50%,-50%);

}
