body {
    background-color: #0d0d0d;
    font-family: Courier New, Courier, monospace;
}

p {
    color: white;
    text-align: center;
    font-size: 12px;
}

img {
    align-self: center;
}

p.bold {
    font-weight: bold;
    padding: 0px;
}

p.status {
    font-weight: bold;
    padding-right: 16px;
}

h3.italic {
    font-style: italic;
}

a:link, a:visited {
    text-decoration: none;
    color: white;
}

h1 {
    color: white;
    text-align: center;
    font-size: 28px;
}

h2 {
    color: white;
    text-align: center;
    font-size: 20px;
}

#background {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 10%;
}