a:link {
  color: black;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: darkslateblue;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: grey;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: darkblue;
  background-color: transparent;
  text-decoration: underline;
  font-weight: 400;
}

.background {
  margin: auto;
  width: 50%;
}

.flex-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  background-color: #f2f2f2;
  color: inherit;
  height: fit-content;
  justify-content: center;
  align-items: center;
}

.header {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 140%;
  font-weight: bolder;
  flex-basis: 100%;
  flex-shrink: 75%;
  text-align: center;
  margin-top: 2%;
  margin-bottom: 3%;
  background-color: inherit;
  color: slategray;
}

.flex-links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  flex-basis: 75%;
  flex-shrink: 10%;
  justify-content: center;
  align-content: space-between;
  margin-left: 7%;
  margin-right: 7%;
  margin-top: 1%;
  margin-bottom: 3%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 90%;
  font-weight: 300;
  line-height: 170%; 
  text-align: center;
  background-color: #f2f2f2;
  color: slategray;
}

.links01 {
  margin-left: 5%;
  margin-right: 5%;
}

.links02 {
  margin-left: 5%;
  margin-right: 5%;
}

.links03 {
  margin-left: 5%;
  margin-right: 5%;
}

.links04 {
  margin-left: 5%;
  margin-right: 5%;
}

.links05 {
  margin-left: 5%;
  margin-right: 5%;
}

.cell {
  width: 100px;
  height: 140px;
  background-color: ghostwhite;
  color: black;
  border-color: gainsboro;
  border-radius: 7%;
  margin-left: 1%;
  margin-bottom: 1%;
  margin-right: 1%;
  margin-top: 1%;
  align-content: center;
  justify-content: center;
  text-align: center;
}

.cell:hover {
  box-shadow: 0 0 2px 1px rgba(0, 140, 186, 0.5);
}

.disclaimer {
  color: black;
  background-color: transparent;
  font-family: Arial, Helvetica, sans-serif;
  font-size: x-small;
  text-align: center;
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 2%;
  margin-bottom: 2%;
}