body {
  font-family: 'Avenir', 'Lato', 'sans-serif';
  margin: 0;
  font-size: 16px;
  color: #373737;
}

a {
  all: unset;
  cursor: pointer;
}

.container {
  max-width: calc(1600px - 64px);
  padding-left: 32px;
  padding-right: 32px;
  margin: auto;
}

.height-container {
  margin-top: 20px;
  margin-bottom: 20px;
}

.underline {
  height: 1px;
  width: 100%;
  background-color: #e5e7eb;
}

.logo{
  width: 200px;
}

.bar {
  display: flex;
  justify-content: end;
}

.links {
    display: inline-block;
    margin-left: 20px;
    color: #373737;
    font-size: 18px;
}

.statusSymbol{
  margin-top: 80px;
  width: 68px;
}

.displayMessage {
    text-align: center;
    font-size: 24px;
    color: #005B9C;
    font-weight: 600;
}

.center{
    text-align: center;
}

@media screen and (max-width: 520px) {
  .displayMessage {
    font-size: 16px;
  }
}