body{
  background-image: url("/assets/media/background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
#info{
  text-align: center;
  font-family: 'Kaushan Script', cursive;
  color: white;
  padding-top: 20%;
}
#box{
  width: 300px;
  height: 350px;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 50%;
  left: 50%;
  transform : translate(-50%, -50%);
}
#email{
  text-align: center;
  color: white;
  padding-top: 20%;
  font-family: 'Felipa', cursive;
  font-size: 50px;
}
