body {
    background-color: #222222;
    color: #eeeeee;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

h1 {
    text-align: center;
}

ul {
    list-style-type: none;
    padding: 0;
}


