html, body {
  background: white;
  color: #3f3f3f;
  margin: 0;
  height: 100vh;
  background-image: url(./../images/mountain.jpg);
  background-position: center;
  background-size: cover;
  font-family: "Nunito", "sans-serif";
}

#header {
  z-index: 9;
}

#main-message {
  font-family: 'Press Start 2P', cursive;
}

nav {
  padding: 8px;
}

.cs-logo {
  height: 3rem;
}

.st1 {
  fill: #3f3f3f;
}

.st0 {
  fill: white;
}

.logo {
  float: left;
  padding: 8px;
  margin-left: 16px;
  margin-right: auto;
  margin-top: 8px;
}
/*# sourceMappingURL=main.css.map */