body {
    margin-top: 10%;
    font-family: "Courier New";
    font-size: 1em;
    font-weight: 500;
    text-align: center;
    background-color: #0a001f;
    color: lime;

}
a {
    color: yellow;
}