@charset "UTF-8";

body{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.3em;
    background-color: rgb(43, 40, 40);
    color: white;
}

a{
    color: rgb(59, 59, 192);
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
    color: rgb(48, 35, 168);
}