div {
padding: 48px;
}

a {
font-family: helvetica, roboto;
color: white;
}

a:hover {
color: orange;
}

a:visited {
color: silver;
}
  
p {
font-family: helvetica, roboto;
color: white;
}
