body {
    align-items: center;
    background-color: #282828;
    color: #ffa600;
    display: flex;
    font-family: monospace;
    height: 100vh;
    justify-content: center;
}

.container {
    text-align: center;
}

.item {
    margin: 10px 0;
    font-size: 200%;
}

.h1 {
    font-size: 300%;
}

footer {
    text-align: center;
    position: absolute;
    bottom: 0;
}