
.home-container {
  align-items: center;
  background-color: rgba(141,198,56,.5);
  background-image: url(../img/background.jpg);
  background-size: cover;  
  display: flex;
  flex-direction: column;
  height: 100vh;
  justify-content: center;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}
.home-content{
  text-align: center;
}
.txt_en_construccion{
  font-family: 'Brush Script MT', cursive;
  color: white;
  font-size: 42px;
}

* {
  margin: 0;
  padding: 0;
}