/* Shared by every page on the site. */

html {
    overflow-x: hidden;
}

body {
    font-family: 'Google Sans Code', monospace;
    margin: 0;
    font-size: 20px;
    line-height: 1.5;
    color: #000;
    overflow-x: hidden;
    overflow-wrap: anywhere;
}

@media (max-width: 480px) {
    body {
        font-size: 16px;
    }
}

a {
    color: #000;
}
