body {
  background: url(logo.png);
  font-size: 20px;
  font-family: sans-serif;
  text-align: center;
}
section {
  text-align: center;
}
a {
  background-color: orange;
  float: left;
}
a:visited {
  color: #000fff;
}
