body {
  background-color: #eef6fe;
}

@media only screen and (max-width: 600px) {
  .larger {
    display: none;
  }
  .smaller {
    display: inline-block;
  }
}

@media only screen and (min-width: 601px) {
  .nav-container {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
  }
  .smaller {
    display: none;
  }
  .larger {
    display: inline-block;
  }
}

.nav-link {
  white-space: nowrap;
}
.row {
  margin-top: 20px;
  align-items: center;
}
.col {
  text-align: center;
}

.about {
  color: #036aac;
  font-family: "Courier New", Courier, monospace;
  text-align: justify;
  font-size: medium;
}

a {
  color: #036aac;
}

.activity {
  color: #036aac;
  font-family: "Courier New", Courier, monospace;
  text-align: start;
  font-size: medium;
}

.contact {
  color: #036aac;
  font-family: "Courier New", Courier, monospace;
  font-weight: 300;
  text-align: center;
  font-size: larger;
}

h3 {
  color: #034169;
  font-family: "Courier New", Courier, monospace;
}
.navbar-brand {
  font-family: "Courier New", Courier, monospace;
}
.navbar-links {
  cursor: grab;
  display: flex;
  flex-direction: row;
  list-style: none;
  font-size: large;
  color: #2183c3;
  padding-top: 10px;
  font-family: "Courier New", Courier, monospace;
}
