body {
    background-color: black;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    text-align: center;
    color: white;
}

h1 {
    color: aqua;
}

a {
    color: blue;
}

h3 {
    color: red;
}

p {
    color: white;
}

