@import url('https://fonts.googleapis.com/css2?family=Balsamiq+Sans&display=swap');

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

html, body {
    background-color: #DCDDE2;
}

section.maintenance {
    height: 100vh;
}

.side {
    position: absolute;
    top: 40%;
    z-index: 1;
    left: 10%;
}

.cover {
    position: absolute;
    top: 0;
    left: 0;
    left: auto;
    right: 0;
    width: 100%;
    height: 100%;
}

.cover-bg {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

p.soon {
    font-family: 'Balsamiq Sans', cursive;
    color: #5f6377;
    font-size: 24px;
}
