body {
  font-family: Arial, Helvetica, sans-serif;
}

.top-banner {
  background-color: #6d2077;
  text-align: center;
  padding: 1%;
  margin-top: 2%;
  margin-left: 0.8em;
  margin-right: 0.8;
  margin-bottom: 1em;
}

h1 {
  font-weight: lighter;
}

h2 {
  text-align: center;
  font-weight: lighter;
}

h3 {
  font-weight: lighter;
}

a {
  text-decoration: none;
}

li {
  padding: 1%;
}

.purple-text {
  color: #6d2077;
}

.white-text{
  color: white;
}

.container {
  display: flex;
  justify-content: space-between;
}

.center-text {
  text-align: center;
}

.right-text{
  text-align: right;
}

.third-ratio {
  width: 33.33%;
}

.center-box {
  padding: 1%;
  box-sizing: border-box;
  margin-left: 0.8em;
  margin-right: 0.8;
  margin-bottom: 1em;
  border: 1px solid lightgray;
  border-radius: 15px;
}

.footer-box {
  width: 50%;
  padding: 1%;
  color:white;
  box-sizing: border-box;
  background-color: #6d2077;
  text-align: center;
}

.footer-heading{
text-align: center;
}

.gray-text{
  color: #7e8890
}

.underlined-link {
  text-decoration: underline;
}
