.titulo{
  display: flex;
  justify-content: center;
  font-size: 20px;
}
.facultades{
  display: flex;
  justify-content: center;
}
.facultades div{
  margin: 10px;
}
.uni-logo{
  width: 75px;
  height: 94px;
}
.uni-logo img{
  height: 100%;
}

body.game{
  background-color: black;
}