body {
    background: #353535;
    margin: 0px;
    user-select: none;
}

header {
    border: #111111 solid 3px;
    background-color: #111111;
    color: #f1f1f1;
    font-family: sans-serif;
    font-size: 15px;
    padding: 5px;
    position: sticky;
    top: 0;
}

a:link {
    color: #f1f1f1;
    text-decoration: none;
}

a:hover {
    color: #8dafd4;
}

h2, h3 {
    font-family: sans-serif;
    color: #f1f1f1;
}