/* CSS Document */
* {
  box-sizing: content-box;
}
body {
  background-color: black;
  margin: 50px auto 50px auto;
  padding: 0 50px;
  max-width: 800px;
  text-align: center;
  color: white;
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
  font-size: 1.4em;
  line-height: 140%;
}
body img {
  width: 100%;
  max-width: 400px;
  height: auto;
}
body p {
  margin: 0 0 20px 0;
  padding: 0;
}
body::after {
  content: "";
  background-image: url("../img/dogs.jpg");
  background-size: cover;
  background-position: center center;
  opacity: 0.5;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
}
#iconbar {
  margin: 20px 0;
  font-size: 80px;
}
#iconbar a,
#iconbar a:link,
#iconbar a:visited {
  color: white;
}
