body {
    padding: 0 !important;
    margin: 0 !important;
    overflow-y: hidden;
    background-color: black;
}

.maintenance {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    width: 100vw;
    height: 100vh;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
    flex-direction: column;
}

#background {
    position: absolute;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.5;
}

.title_container {
    position: absolute;
    display: inline-flex;
    flex-direction: column;
    min-width: 35vw;
    align-items: center;
    justify-content: flex-end;
    top: 50%;
    transform: translateY(-50%);
}

#sub-svg {
    display: block;
    overflow: visible;
}

#logo {
    position: relative;
    filter: invert(1);
    max-width: 40vw;
    margin-bottom: auto;
}

p {
    position: relative;
    color: white;
    font-family: 'Geist';
    font-size: 1.5em;
    text-align: center;
    max-width: 40vw;
    margin-top: auto;
}