body {
    background-color: #0f0f0f	
}

header {
    font-family: "Bitcount Single Ink", system-ui;
    font-optical-sizing: auto;
    font-style: normal;
    text-align: left;
    margin-left: 20px;
    font-size: x-large;
}

p {
    font-family: "Caveat", cursive;
    font-optical-sizing: auto;
    font-style: normal;
    color: #f0f0f0;
    text-align: center;
    font-size: xx-large;
}

a, a:visited {
    color: #f0f0f0;
    text-decoration: none;
}