html,
body {
  margin: 0px !important;
  padding: 0px !important;
}

.content {
  display: flex;
  flex-direction: column;
  height: 100vh;
  width: 100vw;
  font-family: Arial, Helvetica;
  background-color: #003366;
  color: #ffffff;
}

.header {
  display: flex;
  justify-content: center;
  height: 41%;
  width: 100%;
  padding: 0 0 3px 0;
  font-size: 0.98em;
}

.header div {
  align-self: flex-end;
}

.footer {
  display: flex;
  justify-content: center;
  height: 59%;
  width: 100%;
  background-color: #006699;
  border-top: solid white 1px;
  text-align: center;
  padding: 3px 0;
  font-size: 1.4em;
  text-transform: uppercase;
}

@media only screen and (max-width: 600px) {
  .header {
    font-size: 0.8em;
  }
  .footer {
    font-size: 1em;
  }
}
