

.body {
    background-color: #283030;
    color: white;
    margin: 1vh;
}

.outer {
  display: flex;
  flex-direction: column;
}


.top-of-page {
  height: 16vh;
  font-size: 4vh;
  color: white;
}

.top-of-page-box {
  height: 100%;
  float: left;
  background-color: #2c6886;
}

.top-of-page-box:nth-child(1) {
  width: 15%;
  display:flex;
  align-items: center;
  justify-content: center;
}

.top-of-page-box:nth-child(2) {
  width: 70%;
  display:flex;
  align-items: center;
  justify-content: center;
}

.top-of-page-box:nth-child(3) {
  width: 15%;
  display:flex;
  align-items: center;
  justify-content: center;
}



.content {
    height: 74vh;
    margin-left: 4rem;
    margin-right: 4rem;
}

.custom-centered-h2 {
  text-align: center;
  font-weight: normal;
  margin-top: 7vh;
  margin-bottom: 5vh;
}


.bottom-of-page {
    height: 8vh;
    font-size: 2vh;
    background-color: #2c6886;
    display:flex;
    align-items: center;
    justify-content: center;
}





p, span, h1, h2, h3, h4, h5 {
  font-family: Roboto, Helvetica Neue, sans-serif;
}


.title-text {
  font-size: 4.5vh;
}

.copyright-text {
  font-size: 2vh;
}





