html {
    background-color: black;
    color: white;
    font-family: "MS PGothic", serif;
}

a {
    color: rgb(98, 98, 255);
    text-decoration: none;
}
a:hover {
    color: rgb(128, 128, 255);
    text-decoration: 2px underline dotted;
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
}