* {
    padding: 0;
    margin: 0;
    font-family: consolas, sans-serif;
    box-sizing: border-box;
}

body {
    background-color: #000;
    color: #fff;
    min-height: 100vh;
}

.text-middle {
    position: fixed;
    text-align: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 2;
}

.box {
    background-color: rgba(5, 4, 2, 0.5);
    height: auto;
    width: 200px;
    padding-bottom: 20px;
}

.box-no-names {
    background-color: rgba(5, 4, 2, 0.5);
    width: 200px;
}

.box-info {
    padding-top: 20px;
    padding-bottom: 20px;
}

.box-info h1 {
    margin: 0 0 12px 0;
    text-align: center;
}

.box-footer {
    padding-top: 20px;
    font-size: 10px;
}

.nounderdecoration {
    text-decoration: none;
    color: #fff;
}

.nodecoration {
    text-decoration: none;
    color: #fff !important;
}

.logo-swap {
    display: inline-block;
    white-space: nowrap;
    color: inherit;
    text-decoration: none;
}

#logo-text {
    display: inline-block;
    min-width: 6ch;
    transform-origin: center center;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.55);
}

.box-info p {
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
}

.background {
    width: 100%;
    height: 100%;
    position: fixed;
    inset: 0;
    z-index: -3;
    overflow: hidden;
}

#pattern {
    position: absolute;
    width: 100%;
    height: 100%;
}

#background-video,
#background-image {
    position: fixed;
    z-index: -2;
    top: 50%;
    left: 50%;
    min-width: 135%;
    min-height: 110%;
    width: auto;
    height: auto;
    background-size: cover;
    transform: translateX(-50%) translateY(-50%);
    overflow: hidden;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

#background-image {
    display: none;
}

#pattern {
    background: transparent url("https://sad.org/static/assets/images/dot.png") repeat 0 0;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    z-index: -1;
    opacity: 1;
}

h1 a {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    text-decoration: none;
}

@media (prefers-reduced-motion: reduce) {
    #background-video {
        display: none;
    }

    #background-image {
        display: block;
    }

    #logo-text {
        transform: scale(1) !important;
    }
}
