body{
  font-size: 20px;
  line-height: 1.5;
  font-family: "Times New Roman", Times, serif;

}

.page-contents {
  margin: 0 auto;
  padding-top: 4rem;
  padding-bottom: 4rem;
  max-width: 60%;
  border: 1px solid grey;
}

.main-text {
  width: 600px;
  text-align: left;
  margin: 0 auto;
}

.mission-statement {
  text-align: center;
}

.mission-statement h1 {
  letter-spacing: 0.2rem;
}

.subtitle {
  margin-bottom: 0.1rem;
  font-size: 1rem;
  color: #006EB6;

  letter-spacing: 0.2rem;
}

.mission-statement hr {
  margin-top: 0rem;
  margin-bottom: 3rem;
  border: 1px solid #efebeb;
  width: 40rem;
}

.lists li {
  margin-bottom: 1rem;
}

#byui-logo {
  text-align: center;
  margin-top: 4rem;
}

#byui-logo img {
  width: 150px;
}


.dark-text{
  color: white;
}

.dark-background{
  background-color: #333;
}

.dark-header{
  color: #43b0f9;
}

#theme-selector{
  margin-bottom: 2rem;
}