html{
    background-color: black;
    color: white;
    margin: auto;
    font-family:'Courier New', Courier, monospace;
}

.container {
    text-align: center;
    max-width: fit-content;
}

a {
    color: cyan;
}