html, body {
    background-color: rgb(68, 68, 68);
    color: rgb(218, 218, 218);
}

h1 {
    text-align: center;
    font-size: 60px;
}