*{
    margin:0;
    padding:0;
    box-sizing:border-box;
}

.cont{
    min-height:100vh;
    display:flex;
    justify-content:center;
    align-items:center;
    text-align:center;
}

img{
    width:100%;
    max-width:600px;
    height:auto;
}