*{
  
margin: 0;
padding: 0;}
body{
  height:100vh;display: flex;flex-direction: column;align-items: center; justify-content: center;
  background-image: url("planta.png"), url("planta2.png");
  background-repeat: no-repeat;
  background-size: 250px;
  background-attachment: fixed;
  background-position: right top,left bottom;

}
h1{font-family: 'Vast Shadow', cursive;font-weight: lighter;font-size: 70px;text-align: center;}
h4{font-family: 'Alegreya SC', serif;text-align: center;margin: 10px 0 80px 0;}
h3{text-align: center;font-family: 'Vast Shadow', cursive;font-weight: lighter;}
.idioma{
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
}

/* .idioma a img{
  border-radius:50%;
  border: 8px solid #fff;
  transition: all 1s ease;
} */
.idioma a{
  border: 8px solid #fbdede;
  display: flex;
  justify-content: center;
  align-items: center;
  /* transition: all 1s ease; */
}
/* .idioma a:hover{
  border: 8px solid #fff;
}
.idioma a:hover img{
  border: 8px solid #fbdede;
} */
#webmaster{
  position: fixed;
  bottom:5px;
  right: 5px;
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #444;
  font-weight: bold;
  font-size: 12px;
}
