body * {
    font-family: Nunito, sans-serif;
}

#container {
    width: 100vw;
    height: 100vh;
}

.centered-contents {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

#under-maintenance-box {
    width: 480px;
    height: 302px;
    background-image: url('/images/under-maintenance.svg');
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 480px 302px;
}