body {
    margin: 0;
    padding: 0;
    text-align: center;
    background-color: black;
}

img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

body, a {
    color: #a2a2b0;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    letter-spacing: 0.01071em;
    font-size: 3vmax;
    font-size: 2vmin;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.main {
    color: white;
    text-align: left;
    max-width: 1000px;
    margin: auto;
    padding: 40px;
    padding-bottom: 100px;
}

.footer {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px 0;
    background-color: black;
}

p.c03 {
    font-size: 1.2em;
    font-weight: bold;
}
