#contact {
  position: absolute;
  top: 150px;
  left: 200px;
  display: none;
  font-family: Colaborate-Reg;
}

#contact a {
  text-decoration: none;
}

#about {
  position: relative;
  top: 186px;
  left: 200px;
  width: 1000px;
  display: none;
}

#about_image {
  display: none;
}

#copyright{
  font-family: Colaborate-Reg;
  top: 176px;
  position: relative;
  left: 198px;
  display: none;
}

#credits {
  position: fixed;
  font-size: 10px;
  text-transform: uppercase;
  bottom: 15px;
  right: 33px;
}

