*{
    margin: 0;
    padding: 0;
}
body{    
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
img{
    width: clamp(260px, 70vw, 500px);
    max-width: 90%;
    height: auto;
}