body {
    background-color: black
}

h1 {
    font-family: Poppins, sans-serif;
    font-weight: 600;
    color: white;
    font-size: 10em
}

h2 {
    font-family: Consolas, SF Mono, monospace, monospace;
    color: white;
    font-size: 3em;
}

p {
    font-family: Poppins, sans-serif;
    color: white;
    font-size: 1.75em;
}