body {
    background-color: rgb(15, 17, 26);
}

h1 {
    text-align: center;
    font-family: 'Courier New', Courier, monospace;
    font-size: 12vh;
    color: rgb(250, 251, 98);
}