body {
  margin-bottom: 20px;
  font-family: 'Montserrat', sans-serif;
  color: #002035;
  background: white;
}

nav {
  min-height: 50px;
  height: 7vh;
  max-height: 100px;
  background-color: white;
}

.content {
  margin-top: 8vh;
}

.submit-button {
  color: black;
  font-weight: 700;
  background-color: #00CCFF;
  border-color: #00CCFF;
  border-radius: 10px;
}
