html, body {
    font-size: 16px;
    font-family: monospace;
}

body {
    background-color: #000;
    color: #00ff08;
}

body {
    width: 100%;
    margin: 0;
    height: 100svh;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

body, h1 {
    font-size: 1.25rem;
}

a {
    color: inherit;
}

h1, p {
    margin-top: 0;
    margin-bottom: 1rem;
}