
body {
    background: #333333;
    color: #f3f3f3;
    font-size: 18pt;
    font-family: Helvetica, Arial, sans-serif;
    margin-top: 8rem;
}

a {
    color: #9999fa;
}

a:visited {
    color: #9999fa;
}

#container, #footer {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#dopamine-container {
    padding: 24px 0;
    display: none;
    opacity: 0;
}

#dopamine {
    font-style: italic;
    font-size: 80%;
    margin-top: 18px;
    margin-bottom: 8px;
}

#privacy {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
    font-size: 15pt;
}

#footer {
    margin-top: 3rem;
    font-size: 10pt;
}

h4 {
    font-style: italic;
}

textarea {
    width: 22rem;
    height: 10rem;
    padding: 1rem;
    line-height: 1.25;
    font-family: Helvetica, Arial, sans-serif;
}

button {
    font-size: 18pt;
}

#controls {
    margin-top: 1rem;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background: rgba(0,0,0,0.5);
}

.modal-content {
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 16rem;
    background-color: #333333;
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

@media screen and (max-width: 800px) {
    #container, #footer {
        width: 100%;
    }

    #privacy {
        width: 90%;
        font-size: 14pt;
    }

    h1 {
        font-size: 160%;
    }

    textarea {
        width: 80%;
        margin: 0;
        padding: 1rem;
        height: 8rem;
        line-height: 1.25;
        font-size: 90%;
        font-family: Helvetica, Arial, sans-serif;
    }
}
