body {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: #121212;
    color: #eee;
    font-family: sans-serif;
    text-align: center;
    height: 100vh;
    margin: 0;
}