.schoolNameInSelector {
  color: white;
  margin: auto !important;
  text-align: center;
  background-color: rgb(97,157,228);
  font-size: x-large;
  height: 100px;
  padding-top: 30px;
  text-decoration: none;
  text-shadow: 2px 2px 3px rgb(0,0,0);
}

.schoolColumn {
  margin: auto !important;
  border-radius: 30px;
}

