body {
    background: silver;
    font: 24px verdana, arial, helvetica, sans-serif;
    margin-left:25%;
    margin-right:25%;
}

div.about {
  background: #333;
  padding: 25px;
  border: .5px solid white;
  color: silver;
}

a {
  /*text-decoration: none;*/
  color: white;
}

