body {
    font-family: sans-serif;
}

code {
    font-size: 1.2em;
    word-break: break-all;
}

#main {
    padding-bottom: 60px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: normal;
    hyphens: auto;
}

a {
    text-decoration: none;
    color: #3A7EFF;
}
a:visited {
    color: #3A7EFF;
}
a:hover {
    text-decoration: revert;
}

#footer {
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    padding-right: 10px;
    bottom: 10px;
    word-wrap: break-word;
    overflow-wrap: break-word;
    word-break: normal;
    hyphens: auto;
}
