
body {
    text-align: center;
    background: #1C1C1C;
    font-size: 11px;
    color: black;
    margin-left: 50px;
    margin-top: 0px;
    margin-bottom: 0px;
}

a {
    color: #7C96B0;
    text-decoration: none;
}
a:hover {
    color: red;
    text-decoration: underline;
}

