body {
    margin: 0;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100vw; height: 100vh;
    font-family: 'Courier New', Courier, monospace;
    background-color: #111;

}

.title {
    color: white;
}