body {
  background-image: url("https://i.imgur.com/ZaE1WGh.jpg");
  background-attachment: fixed;
  background-size: 20vw;
}
#fotoinicio {
  text-align: center;
  position: absolute;
  top: 8vw;
  right: 15vw;
  border-style: solid;
  border-color: #00264d;
  border-width: 0.5vw;
}

#indice a {
  display: block;
  padding: 1.5vw 0.2vw;
  width: 25vw;
  text-align: center;
  background-color: #526d85;
  border-radius: 15px;
  height: 2.8vw;
  margin: 2.3vw 17vw;
  text-decoration: none;
  font-size: 2.5vw;
  color: #9caeb3;
  font-family: "Crimson Text";
}
#indice a:hover {
  color: #526d85;
  background-color: #87a6bb;
  transition-duration: 0.5s;
}

.box {
  background-color: #202e4b;
  padding: 1vw;
  margin-left: 8vw;
  margin-right: 8vw;
  float: center;
  border-radius: 1vw;
}
#nombre {
  color: #b8acd1;
  text-shadow: 1.5px 1px 2px white;
  font-family: "IM Fell Double Pica", serif;
  text-align: center;
  float: center;
  font-size: 5.2vw;
}
#perfil,
#illia,
#random,
#galeria {
  font-size: 2vw;
  color: #264653;
  background-color: white;
  padding-left: 2vw;
  padding-right: 1vw;
  border-radius: 1vw;
}
.titulos {
  font-family: "Roboto slab", serif;
  font-size: 1.3vw;
  color: white;
  padding-left: 0vw;
  padding-right: 0.4vw;
}

.parrafos {
  font-family: "Roboto slab", serif;
  font-size: 1.8vw;
  text-align: justify;
  color: white;
}
.container {
  flex-wrap: wrap;
  padding: 0.5vw 0.5vw 0vw 0.5vw;
  text-align:center;
}
.imagengale {
  padding: 0.3vw 0.3vw 0.3vw 0.3vw;
  margin: 1px;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
}
.imagengale:hover {
  transform: scale(1.3);
  transition: all 0.6s;
}

.arriba {
  position: fixed;
  bottom: 0;
  right: 0;
}

#pys:hover {
  transform: scale(1.1);
}

#pys, #musica, #series, #peliculas { 
  height: 200%;
   margin:2vw;
  dislay: block;
  text-align: center;
}