.see-box {
  border: 1px solid #f00;
}
.see-type {
  color: #f00;
}
body#construction {
  background-color: #212529;
  color: #adb5bd;
}
body#construction section#intro {
  margin-top: 10rem;
}
body#construction section#intro img {
  width: 12rem;
}
body#construction section#intro p {
  font-family: 'Anonymous Pro', monospace;
  color: #adb5bd;
  font-size: 1.2rem;
}
body#construction section#intro p a {
  color: #adb5bd;
  font-size: 1.4rem;
  text-decoration: none;
  padding: 10px 0;
  border-top: 3px solid #adb5bd;
  border-bottom: 3px solid #adb5bd;
}
body#construction section#intro p a:hover {
  color: #f8f9fa;
  border-top: 3px solid #f8f9fa;
  border-bottom: 3px solid #f8f9fa;
}
body#construction .col-lg-9#message a {
  color: #adb5bd;
  font-size: 1.4rem;
  text-decoration: underline;
  border: none;
}
body#construction .col-lg-9#message a:hover {
  color: #f8f9fa;
  font-weight: bold;
  border: none;
}
body#construction .row {
  margin-top: 2rem;
}
