body{
    background-color: #383838;
}
 
p {
    color: white; 
    font-size: 16pt;
    text-align: left;
    font-family: 'Helvetica';
    margin:20px;
}
a {
    color: white; 
    font-size: 20pt;
    text-align: left;
    font-family: 'Helvetica';
    margin:20px;
}
a:hover {
    color:orange;
}