* {
     background-color: #111;
     color: #ddd;
  }

a {
    color: #F7474F;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
    color: #fff;
    color: #F7A7AF;
}
