body {
    background-color: black;
    color: #ff0052; /* 255, 0, 82*/
}

a {
    text-decoration: none;
}

a:link {
    color: #009b9b;
    
}
a:visited {
    color:#e3a83b;
}
h2 {
    margin-bottom: 4px;
}