body{
  background-image:url(https://i.pinimg.com/originals/69/ca/d4/69cad4b7a425f8814c2753078c3fb3dd.png);
  background-size:cover;
  background-repeat:repeat;
  background-position:center;
}
#pag1{
  height: 100vh;
  width:100vw;
  margin: 0;
  /*overflow: hidden;*/
}
#titulo{
  text-align: center;
  font-size: 5vw;
  font-family:'Rowdies', sans-serif;
  color: white;
  text-shadow: 0.7vw 0.3vw 0.3vw black;
}
#img{
  display:flex;
  align-items:center;
  flex-direction:row;
  flex-wrap: wrap;
  justify-content:space-evenly;
    margin-top:10vh;
}
#volver{
  height: 1vh;
  width:auto;
  position: relative;
  top: 85px;
  right:10px;
  margin-top:0vh;
  margin-left:2vh;
}
#virgo:hover {
  transform: scale(1.15);
}
#quebrado:hover {
  transform: scale(1.15);
}
#pollera:hover {
  transform: scale(1.15);
}
#mili:hover {
  transform: scale(1.15);
}
#levante:hover {
  transform: scale(1.15);
}
#laburador:hover {
  transform: scale(1.15);
}
#gracioso:hover {
  transform: scale(1.15);
}
#fuckboy:hover {
  transform: scale(1.15);
}
#cantante:hover {
  transform: scale(1.15);
}
#deportista:hover {
  transform: scale(1.15);
}
#swiftie:hover {
  transform: scale(1.15);
}
#tincho:hover {
  transform: scale(1.15);
}
@media screen and (max-width:600px){
  #titulo{
    font-size:7vw;
  }
}
/* @media screen and (max-width:600px){
  #laburador{
    width:0vw;
  }
  #cantante{
    width:0vw;
  }
  #virgo{
    width:0vw;
  }
  #deportista{
    width:0vw;
  }
} */