body {
  background-color: navy;
  font-family: "Roboto", sans-serif;
  color: white;
  margin: 0;
  text-align: center;
}

header {
  background-color: white;
  width: 100%;
  position: relative;
  height: 4em;
  text-align: center;
  letter-spacing: 0.5em;
  word-spacing: 30px;
  text-shadow: 1px 1px grey;
}

.top {
  color: black;
  text-align: center;
  padding-top: 1.5em;
}

.top a {
  word-spacing: 4em;
}

a {
  text-decoration: none;
  color: black;
}

h1 {
  text-align: center;
}

h2 {
  text-align: center;
}

.message {
  width: 20em;
  height: 20em;
}
