body{
  text-align: center;
  background-color:#F5E8C7;
}
h1{
  text-align: center;
}
#subtitle{
  text-align:center;
  border: solid, black;
}
#beige-back{
  background-color:#F5E8C7;
}
#lightblue-back {
  background-color: #818FB4;
  color: whitesmoke; /* Ensuring text color is beige */
  width: 75%;
  margin-left: auto; margin-right: auto;
}

#darkblue-back{
  background-color:#435585;
  color:whitesmoke;
}
#vdarkblue-back{
  padding-top: 5px;
  padding-bottom: 5px;
  border: solid white 6px;
  background-color:#363062;
  color:whitesmoke;
  width:75%;
  text-align: center;
  font-size: 4rem;
  margin-left: auto; margin-right: auto;
}
#beige-text{
  color:#F5E8C7
}
#lightblue-text{
  color:#818FB4
}
#darkblue-text{
  color:#435585
}
#vdarkblue-text{
  color:#363062
}