#banner {
  width: 100%;
  background-color: #71a7a9;
  padding: 10px;
  box-sizing: border-box;
}

#banner p {
  font-family: sans-serif;
  size: 1.2rem;
  color: #ffffff;
  line-height: 100%;
  text-align: center;
  margin-bottom: 0;
}

#banner p a {
  text-decoration: none;
  color: #ffffff;
}
#banner p .banner-teachers {
  size: 200%;
  font-weight: bold;
}
#banner p .banner-apply {
  size: 175%;
  font-weight: bold;
}