body{
  color: #e92897;
  background-color: #170615;
}

#primero{
  border-radius: 20px;
  text-align: center;
  font-family: 'Staatliches', cursive;
  font-size: 43px;
  background-color:#2ddddd;
  letter-spacing:5px;
  text-shadow: 3px 3px 1px #2b1720;
  font-variant: small-caps;
  box-shadow: 
      0 0 7px #fff,
      0 0 10px #fff,
      0 0 21px #fff,
      0 0 42px #1c1f4e,
      0 0 82px #2b357f,
      0 0 92px #7a3bc2,
      0 0 102px #3d4dbb,
      0 0 151px #d03d98;
}

.boton{
  font-family: 'Teko', sans-serif;
  text-decoration: none;
  color: #6b6f9b;
  background-color: #fac27a;
  font-size: 2.05vw;
  border-radius: 30px;
  padding: 10px;
  margin: 5%;
  box-shadow: 0px 0px 8px #2ddddd;
  letter-spacing: 2px;
}

.boton:hover{
    color: #b21e6e;
 box-shadow: 
      0 0 7px #fff,
      0 0 10px #fff,
      0 0 16px #1e3647,
      0 0 21px #4c7389,
      0 0 42px #37d4d7;
  transition: all 0.6s ease;
}

#garen{
  width: 28%;
  height: auto;
  position: absolute;
  left: 75%;
  top: 1vw;
  transform: scaleX(-1);
}

h2, h3, h4, h5{
  text-align: center;
  font-family: 'Staatliches', cursive;
  font-variant: small-caps;
  font-size: 50px;
  text-shadow: 
    0 0 5px #3ad4d6,
    0 0 10px black;
}

#perfil, #mipaso, #futuro, #galeria, #juegos{
  background-color: #2b357f;
  margin: 50px 50px;
  border-radius: 20px;
   box-shadow: 
      0 0 7px #fff,
      0 0 10px #c3b88a,
      0 0 21px #d2d14e,
      0 0 42px #f4df22;
}

p{
  font-family: 'Barlow Condensed', sans-serif;
font-family: 'Teko', sans-serif;
  font-size: 34px;
  margin: 3px 10px 3px;
  text-indent: 30px;
}

#fotoperfil{
  float: right;
  margin: 0.5%;
  object-fit: contain;
  width: 10%;
  border-radius: 10px;
}

.pasofotos, .galeriafoto{
  margin: 10px;
  max-width: 32%;
  height: auto;
  border-radius: 20px;
}
.fila {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
  }
  
.columna {
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
  }

.columna .pasofotos {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

.home{
bottom: 0px;
margin-left: 94%;
position:fixed;
}

#vice{
  width: 80%;
}