.wow {
  width: 100px;
}

body {
  background-color: black;
}

.content {
  color: #ffffff;
}

img {
  border: none;
}

a, a:hover, a:visited {
  color: yellow;
}

a img {
  display: block;
}
