.under-construction {
    text-align: center;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
@media screen and (max-width: 600px){
    .under-construction img{
        width: 100%;
        height: 40%;
    }
}