/* --- base colors --- */
section#main {
  background-image: url(../img/Background_5.jpg);
  /*background-color: @02;*/
  background-size: 100%;
  height: 100%;
}
h1 {
  font-size: 100px;
  text-align: center;
  font-family: 'Lobster', cursive;
  color: #691ab2;
}
.box_menu {
  color: #691ab2;
  text-align: center;
  font-size: 20px;
  background-color: white;
  width: 150px;
  padding: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  border-radius: 5px;
  margin-bottom: 20px;
  margin-top: 5px;
  opacity: 0.75;
  border-color: #691ab2;
  font-family: 'Lobster', cursive;
}
.img {
  width: 330px;
  height: 220px;
  margin: 15px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.75);
}
.text {
  text-align: center;
  color: #691ab2;
  font-size: 45px;
  font-family: 'Lobster', cursive;
  padding: 20px;
}
.zxc {
  text-align: center;
}
