body {
  background-color: #262626;
  color: white;
  font-family: Verdana;
}
a {
  color:#007bc2;
}
img {
  width: 100%;
  height: 100%;
}
section {
  display: none;
}
section:target {
  display: block;
}