header {
    box-shadow: 0px 0px 5px rgb(100, 100, 100);
}

header {
    background-color: rgb(73, 73, 73);
    text-align: center;
    text-transform: lowercase;
    font-size: 1.3em;
    color: white;
}
header + * {
    margin-top: 50px;
}

header a:active, header a:visited, header a:link, header a:hover {
    text-decoration: none;
    color: inherit;
}
header a {
    padding: 0.15em 0.6em;
    margin: 0.5em 0.5em;
    display: inline-block;
    color: inherit;
    text-decoration: none;
    text-shadow: none;
    font-weight: 300;
    text-transform: capitalize;
}
header a:hover, header a.selected {
    border-radius: 5px;
}
header a:hover {
    box-shadow: 1px 1px 2px black inset;
    background-color: rgb(37, 37, 37);
    text-decoration: none;
}
header a:hover, footer a:hover {
    color: inherit;
}
header a.selected, header a.selected:hover {
    color: rgb(61, 121, 188);
    background-color: white;
    box-shadow: 1px 1px 2px black;
}

footer {
    padding: 1em;
    color: rgb(191, 191, 191);
    text-align: center;
    background-color: rgb(73, 73, 73);
}
footer a {
    color: inherit;
}

