.scheduled-maintenance-bg {
    background-image: url('../img/homepage-bg.webp');
    background-position: center;
    background-repeat: no-repeat;
    position: fixed;
    height: 100vh;
    width: 100vw;
    z-index: -2;
    top: 0;
    left: 0;
    filter: blur(4px);
}

.scheduled-maintenance-content {
    color:white;
    background: transparent;
    font-family: Helvetica;
    text-shadow: 1px 1px 2px black;
    text-align: center;

    h1 {
        font-weight: 700;
        font-size: calc(24px + 2vw);
        margin-top: 10vh
    }
}

.scheduled-maintenance-text {
    width: 50%;
    padding: 10px;
    margin: 0 auto;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(8px);
}
