body{
    background-color: #0f0f0f;
    color: yellow;
    font-family: 'Courier New', Courier, monospace;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

#title{
    font-size: 50px;
    font-family: 'Courier New', Courier, monospace;
}
