* {
    font-family: sans-serif;
    box-sizing: border-box;
}

body {
    padding: 0;
    padding-bottom: 10px;
    margin: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    overflow: auto;
    height: 100%;
}

html {
    background-image: url("../img/ampersand.jpg");
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
    height: 100%;
    overscroll-behavior: none;
}

header > hr {
    width: 90%;
}

header > * {
    text-align: center;
    margin-top: 5px;
    margin-bottom: 5px;
}

nav > a::before {
    content:"[";
}

nav > a::after {
    content:"]";
}

.enclose {
    width: 800px;
    outline: solid black 2px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-top: 10px;
    padding: 5px;
    background-color: white;
}

h1, h2, h3,
h4, h5, h6, p {
    margin-block: 5px;
}

#webring {
    flex-direction: row;
}

#webring > .ring-link {
    width: 33%;
    text-align: center;
}

code {
    font-family: monospace;
}

marquee {
    font-family: serif;
    font-style: italic;
    width: 70%;
    align-self: center;
}

p {
    font-family: serif;
}