body{
  background-color: black;
  scroll-behavior: smooth;
    }

h1{
  color: black;
  background-color: #751aff;
  font-family: papyrus ;
  text-align: center;
  border-style: solid;
  }

header {
  margin: 0 auto;
  line-height: 2;
  position: relative;
  text-align: left;
  position: absolute;
  width: 50px;
  height: 150vh;
  top: 30;
  left: 10px;
}

header a {
  text-decoration: none;
  padding: 6px 15px;
  color: #fff;
  border-radius: 80px;
}
   
#perfil{
  color: #d72895;
  background-color: #d72895;
  font-family: lucida handwriting;
  text-align: center;
  border-style: solid;
  }
h7 {
  background-color: #002633;
  border-style: solid;
  border-color: #002633;
  font-size: 30px;
}

h7:hover{
  background-color: #1affa3;
  border-color: #1affa3;
  font-size: 35px;
}

#foto1{
  text-align: center;
  }

#paso {
  color: #e76064;
  background-color: #e76064;
  font-family: lucida handwriting;
  text-align: center;
  border-style: solid;
   }

#futuro{
  color: #f2d949;
  background-color: #f2d949;
  font-family: lucida handwriting;
  text-align: center;
  border-style: solid;
  }

#galeria {
  color: #62c1ac;
  background-color: #62c1ac;
  font-family: lucida handwriting;
  text-align: center;
  border-style: solid;
  }

#random{
  color: #2a76b0;
  background-color: #2a76b0;
  font-family: lucida handwriting;
  text-align: center;
  border-style: solid;
  border-color: #2a76b0;
  }

.menu h2{ "Perfil"
  color: #d72895;
  background-color: #d72895;
  font-family: lucida handwriting;
  text-align: center;
  border-style: solid; 
}
.menu p{
  font-family: arial;
  font-size: 25px;
}

.menu h3 {"Mi paso por el Illia"
  color: #e76064;
  background-color: #e76064;
  font-family: lucida handwriting;
  text-align: center;
  border-style: solid;
  font-size: 23px;
}
.menu p{
  font-family: arial;
  font-size: 25px;
}

.menu h4 {"Futuro"
  color: #f2d949;
  background-color: #f2d949;
  font-family: lucida handwriting;
  text-align: center;
  border-style: solid;
  font-size: 23px;
}

.menu h5 {"Galería"
  color: #62c1ac;
  background-color: #62c1ac;
  font-family: lucida handwriting;
  text-align: center;
  border-style: solid;
  font-size: 23px;
}

.menu h6 {"Random"
  color: #2a76b0;
  background-color: #2a76b0 ;
  font-family: lucida handwriting ;
  text-align: center;
  border-style: solid;
  font-size: 23px;
}

.menu{
  text-align: left;
}

#apartado0{
  color: white;
}

#botonmenu{
  color: white;
  background-color: #9989ff;
  border-style: solid;
  font-family: arial;
  text-align: left;
  left: 14px;
  position: fixed;
  width: 50px;
  height: 3vh;
  }
#botonvolver{
  color: white;
  background-color: #9989ff;
  border-style: solid;
  font-family: arial;
  text-align: center;
  position: fixed;
  right: 14px;
  width: 86px;
  height: 6vh; 
  }
#botonmenu:hover{
  font-family: "fantasy", copperplate;
  background-color: #e76064;
  border: #ff0066;
  border-style: solid;
}
#botonvolver:hover{
  font-family: "fantasy", copperplate;
  background-color: #e76064;
  border: #ff0066;
  border-style: solid;
}