html {
    background-color: #27374D;
}

body {
    font-size: 14px;
    color: rgb(255, 255, 255);
    font-family: "Courier New";
    letter-spacing: normal;
    line-height: normal;
    text-align: center; /* Keeps text centered */
    margin: 5%;
}

/* Headings */
h1 {
    text-align: center;
}

/* Links */
a {
    color: #9DB2BF;
}

/* Quotes */
#quote {
    margin-top: 35vh; /* Pushes it down halfway down the page */
    text-align: center; /* Centers the text */
    color: #9DB2BF;
}

#quote2 {
    margin-top: 5vh; /* Pushes it down halfway down the page */
    text-align: center; /* Centers the text */
    color: #9DB2BF;
}

/* Translation text */
.translation {
    color: #526D82;
    font-size: 0.9em;
    margin-left: 20px;
}

/* Mobile styles */
@media only screen and (max-width: 480px) {
    h1 {
        font-size: 20px;
    }

    a {
        font-size: 30px;
    }

    p#quote {
        margin-top: 20vh; /* Adjusted for smaller screens */
    }
}
