
body {
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    margin: auto;
    margin-bottom: 5em;
    width: 80%;
    background-color: rgb(48, 48, 48);
    color: white;
    overflow-y: scroll;
}

a {
    color: springgreen;
}

    a:visited {
        color: springgreen;
    }

    a:hover {
        color: white;
    }

    a:active {
        color: green;
    }

summary {
    font-size: 1.5vw;
    margin: 1vw;
    cursor: pointer;
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
    float: left;
}

footer {
    font-family: Courier New, Courier, monospace;
    text-align: center;
    width: 100%;
    margin-top: .25em;
    overflow: hidden;
    background-color: black;
    border-top-style: solid;
    border-top-width: .2em;
    position: fixed;
    bottom: 0;
    left: 0;
}

iframe {
    width: 560px;
    height: 315px;
    display: block;
    margin: auto;
    padding-bottom: 1em;
}

.homeheader {
    font-size: 2vw;
    text-align: center;
}

    .homeheader > h1 {
        margin: 2.5vw;
    }

    .homeheader > h4 {
        margin: 1.5vw;
    }

.centerelement {
    margin: auto;
    width: 75%;
    text-align: center;
}

.headlinebutton {
    width: 25%;
    height: 2.5em;
    font-size: 1.5vw;
    border-color: lightgreen;
    border-width: .5vw .25vw .5vw .25vw;
    border-radius: 10px;
    background-color: black;
    color: white;
    overflow: hidden;
    margin-bottom: .2em;
    cursor: pointer;
}

    .headlinebutton.activebutton {
        height: 2.5em;
        border-color: white;
        border-bottom-style:none;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        padding-bottom: 0;
        margin-bottom: 0;
        vertical-align: bottom;
    }

.headlinecontent {
    padding-inline: 1em;
    overflow: hidden;
}

.headlinecontainer {
    margin: auto;
    width: 75%;
    height: auto;
    border: solid;
    border-color: white;
    border-width: .5em;
    border-radius: 20px;
}

.twitter-tweet {
    display: block;
    margin: auto;
    text-align: center;
}

.hide {
    width: 0;
    height: 0;
}

    .hide > * {
        width: 0;
        height: 0;
    }

.jsremove {
    display: none !important;
}