.nothing-to-see {
  color: #fff;
  padding: 2em;
  text-align: center;
  vertical-align: center;
  width: 600px;
  margin: 0 auto;
  margin-top: 4em;
  border: 4px solid white;
  background: #099;
  -moz-box-shadow: 10px 10px 5px #455;
  -webkit-box-shadow: 10px 10px 5px #455;
  box-shadow: 10px 10px 5px #455;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

header {
  -moz-box-shadow: 0px 5px 5px #455;
  -webkit-box-shadow: 0px 10px 5px #455;
  box-shadow: 0px 5px 5px #455;
}

.nothing-to-see p {
  font-size: large;
}
