body{
    width: 100vw;
    height: 100vh;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
}

div{
    width: clamp(350px, 95%, 700px);
}

div img{
    width: 100%;
}