.bar-logo {
  height: 100%;
}

.student-background {
  background-image: url("../img/students.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.translucid {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.5);
}

.big-center {
  text-align: center;
  vertical-align: middle;
  font-size: 400%;
  font-weight: bold;
  height: 100%;
}
