body {
    background-color: #000000;
    color: white;
    font-family: 'MonteCarlo', Arial, Helvetica, sans-serif;
    font-size:1.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

a {
    color: white;
    text-decoration: none;
    margin:0;
}

