body {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    background-color: black;
    color: white;
}

a {
    color: rgb(82, 114, 218);
}

a:hover {
    color: blueviolet;
}