.outbox {
  content: none;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.35);
}

.topbox {
  display: block;
  margin-top: 9%;
  text-align: center;
  text-shadow: 1px 1px 2px white;
}

.contentbox {
  width: 45%;
  margin: 0 auto;
  margin-top: 5%;
}