body {
    background: black;
    text-align: center;
    font-family: 'Roboto', sans-serif;
}

p.text {
    color: white;
}

a:link {
    color: #A1F6FF;
}

/* unvisited link */
a:visited {
    color: #A1F6FF;
}

/* visited link */
a:hover {
    color: #A1F6FF;
}

/* mouse over link */
a:active {
    color: #A1F6FF;
}
