body {
    background-color: black;
    color: whitesmoke;
    font-family: 'Audiowide', 'Courier New', Courier, monospace;
    display: flex;
    height: 100vh;
    justify-content: center;
    align-items: center;
    font-size: 100px;
    font-weight: 900;
}

a {
    text-decoration: none;
    color: palevioletred;
}

center {
    text-align: center;
}