html {
    font-size: 14px;
}

@media (max-height: 500px) {
    .frame {
        width: 75% !important;
    }
}

@media (max-width: 1000px) {
    html {
        font-size: 16px;
    }
    .frame {
        width: 95%;
        height: 50%;
        /*border: 3px solid #ccc;
        background: #eee;*/
        margin: auto;
    }
}

@media (min-width: 1001px) {
    html {
        font-size: 16px;
    }
    .frame {
        max-width: 75%;
        max-height: 50%;
        /* border: 3px solid #ccc; */
        /* background: #eee; */
        margin: auto;
    }
}

body {
    background-color: black;
    background-image: url('/vecteezy_realistic-halloween-background_.jpg');
    background-repeat: no-repeat;
    background-position: top;
    background-size: auto 100%;
    margin-top: 20px;
    margin-bottom: 40px;
}

html {
    position: relative;
    min-height: 100%;
}


#social-buttons {
    display: flex;
    justify-content: center;
}

.social-button {
    padding: 5px 30px 0 10px;
}

#twitter {
    padding-top: 13px;
}

.zombie-img {
    max-height: 100%;
    max-width: 100%;
    display: block;
    margin: auto;
}

@font-face {
    font-family: creepster;
    src: url('/creepster/Creepster-Regular.ttf');
}

.zombie-text {
    font-family: creepster;
    color: darkorange;
    text-align: center;
    font-size: x-large;
}

#about {
    margin-top: 30px;
    margin-bottom: 30px;
    background: rgba(0,0,0, 80%);
    border-radius: 5px;
    padding: 5px;
    color: white;
}

#about-logos {
    text-align: center;
    display: block;
    margin: auto;
}

    #about-logos img {
        display: block;
        margin: auto;
        padding-bottom: 10px;
        max-height: 80%;
        max-width: 80%;
    }
    #about-logos span {
        display: inline-block;
        padding-bottom: 5px;
    }