body {
  background-color: #262626;
}
#foto_yo{
  margin-left: 5%;
}
#botonera {
  width: 100%;
  margin-top: 10%;
  float:right;
  align-items: flex-end;
  display: flex;
  flex-direction: column;
  margin-bottom: 100%;
}
#cabecera{
  display: flex;
  flex-direction: row;
}
#caja-cabecera{
  text-align: center;
}
#titulo-cabecera{
  text-align: center;
}
.botones {
  text-align: center;
  border: 3px solid #e65c00;
  transition: 1s;
  color: white;
  padding: 1% 5%;
  background: none;
  border-radius: 5%;
  margin-top: 1%;
  margin-bottom: 1%;
  width: 20%;
  transition-delay: 0.2s;
  margin-right: 5%;
  text-decoration: none;
  padding: 3%;
  font-size: 110%
}
.botones:hover {
  border-color: #ff9999;
  transition: 1s;
  color: #e65c00;
  box-shadow: 0px 0px 30px #ff9999;
  text-shadow: 0px 0px 30px #e65c00;
}
#lista-perfil {
  width: 36%;
}
.lista {
  color: #ff66a3;
  text-shadow: 0px 0px 15px #99003d;
  font-size: 127%;
  font-family: "EB Garamond", serif;
  margin-left: 2%;
  line-height: 160%;
  text-align: justify;
}
.lista-desordenada {
  list-style-type: circle;
}
#lista-desordenada_perfil{
  margin-left: -98%;
  margin-right: 75%
}
#foto_perfil{
 margin-right: 2%; 
}
#bloque-perfil {
  margin-bottom: 50%;
}

.titulo {
  color: #bf80ff;
  text-shadow: 0px 0px 16px #400080;
  font-size: 275%;
  font-family: "Tilt Prism", cursive;
  margin-left: 2%;
}
.subtitulo{
  color: #ff66a3;
  text-shadow: 0px 0px 16px #400080;
  font-size: 150%;
  font-family: "Tilt Prism", cursive;
  margin-left: 4%;
}
.texto {
  font-family: "EB Garamond", serif;
  color: #ff66a3;
  text-shadow: 0px 0px 15px #99003d;
  font-size: 127%;
  margin-left: 9%;
  text-align: justify;
  line-height: 160%;
  text-indent: 50px;
}
#texto-futuro {
  width: 50%;
}

#paso-illia {
  width: 50%;
}
#subir {
  position: fixed;
  bottom: 0;
  right: 0;
  margin-right: 2%;
  margin-bottom: 2%;
}
#texto-futuro {
  margin-bottom: 50%;
}

#paso-illia {
  margin-bottom: 50%;
}
.fotardas{
  margin-left: 10%;
  Margin-right: 10%;
}
#foto_bianca{
  transform: rotate(90deg);
}
#perfil{
  display:flex;
  flex-direction: row-reverse;
}
.fotardas_random{
  padding: 4%;
   background-color: #ff99bb;
  margin-right:10%;
  margin-left: 10%;
  text-align: center;
  border: 5px solid #ff4d88;
  border-radius: 10px;
}