@import url('struct.css');

body {
    height: 100vh;
    background-image: url('../resources/siteConstruction.png');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

@media screen and (max-width: 600px) {
    body {
        background-image: url('../resources/siteConstructionShort.png');
    }
}
