html, body {
  scroll-behavior: smooth;
  margin:0;
}
#pag{
  background:linear-gradient(rgb(300,0,0), rgb(100,0,0));
  height: 100vh;
  display: flex;
  flex-direction: row;
}

.anuario{
  font-size: 10vw;
  color: rgb(0, 0, 0);
  text-shadow: 2px 4px 10px rgb(139, 139, 139);
  text-align: center;
  margin-bottom: 3vh;
  margin-top: 2vh;
 font-family: 'Oswald', sans-serif;
}

.nombre{
  font-size: 4vw;
  color: rgb(0, 0, 0);
  text-shadow: 2px 4px 10px rgb(139, 139, 139);
  font-family: 'Dancing Script', cursive;
  text-align: center;
  margin-bottom: 3vh;
  margin-top: 2vh;
  font-family: 'Oswald', sans-serif;
}

.subtitulo{
  font-size: 3vw;
  color: rgb(0, 0, 0);
  text-shadow: 2px 4px 10px rgb(139, 139, 139);
  font-family: 'Dancing Script', cursive;
  text-align: center;
  margin-bottom: 3vh;
  margin-top: 2vh;
  font-family: 'Oswald', sans-serif;
}
.subtitulo:hover{
  text-shadow: 2px 4px 10px pink;
}

div.textoPagina1{
  margin-top: 30vh;
}

a{
  text-align: center;
  color: rgb(0, 0, 0);
  text-decoration: none;
	font-family: 'Fira Sans', sans-serif;
  font-size: 2.5vw;
  font-weight: bold;
  transition: color 1s;
}

.botones{
  margin-top: 10vh;
  margin-left: 10vw;
  margin-bottom: 10vh;
  width: 45vw;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  text-decoration: none;
}
.boton:hover{
  background-color: gray;
}
.boton{
  padding: 3vh;
  margin: 3vh;
  width: 20vw;
  text-align: center;
  background-color: rgb(255, 255, 255);
  border-radius: 40px;
  cursor: pointer;
  box-shadow: 4px 4px 7px 1px rgb(0,0,0);
  
}
#boton:hover{
  background-color: rgb(0, 0, 0);
  box-shadow: 8px 6px 20px black;
}



#pagina2{
  background-color: rgb(187, 198, 225);
  margin: 0;
  height: 100vh;
  width: 100vw;
}

.perfil{
  font-size: 6vw;
  color: rgb(101, 76, 146);
  text-shadow: 2px 4px 10px rgb(139, 139, 139);
  font-family: 'Dancing Script', cursive;
  text-align: center;
  margin-bottom: 3vh;
  margin-top: 0vh;
  padding-top: 3vh;
}
.perfil:hover{
  text-shadow: 2px 4px 10px pink;
}

.contenedor{
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  height: 60vh;
  margin-top: 5vh;
  margin-bottom: 5vh;
}

.cosasSobreMi{
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  margin-right: 10vw;
}

.imagenPerfil{
  width: 50vw;
  box-shadow: 5px 7px 7px 1px rgb(130, 157, 218);
}

.cosasSobreMi{
  font-family: 'Fira Sans', sans-serif;
  font-size: 2.5vw;
  color: rgb(101, 76, 146);
  text-shadow: 1px 1px 1px grey;
}

.botonVuelta{
  display:flex;
  
  height: 10vh;
}

.container-pagina2 {
 background: linear-gradient(rgb(100,0,0), rgb(300, 0, 0), rgb(100,0,0));
  display: flex;
  flex-direction: column;
}

.container-pagina3 {
 background: linear-gradient(rgb(100,0,0), rgb(300, 0, 0), rgb(100,0,0));
  display: flex;
  flex-direction: column;
}

.container-pagina4 {
 background: linear-gradient(rgb(100,0,0), rgb(300, 0, 0), rgb(100,0,0));
  display: flex;
  flex-direction: column;
}

.container-pagina5 {
 background: linear-gradient(rgb(100,0,0), rgb(300, 0, 0), rgb(100,0,0));
  display: flex;
  flex-direction: column;
}

.container-pagina6 {
 background: linear-gradient(rgb(100,0,0), rgb(300, 0, 0), rgb(100,0,0));
  display: flex;
  flex-direction: column;
}

.container-info{
  display: flex;
  flex-direction: column;
}

.container-info p{
  font-size: 5vmin;
  margin: 0px 30vmin;
  text-align: center;
  padding: 1vmin;
  background: rgba(0,0,0,0.5);
  color: white;
}

.container-info img{
  display: flex;
  margin: 4vmin auto;
  height: 50vmin;
  width: 40vmin;
  border: 5px solid black;
}

.container-pagina3{
  display: flex;
  flex-direction: column;
}

.container-pagina3 h1{
  text-align: center;
  font-size: 14vmin;
  text-decoration: underline;
  text-shadow: 2px 2px 5px rgb(255, 255, 255);
}

.container-info2{
  margin: 5vmin 0;
  display: flex;
  flex-direction: row;
  
}

.container-info2 p{
  margin: auto;
  text-align: left;
  font-size: 5vmin;
  width: 40%;
  padding: 2vmin;
  background: rgba(0,0,0,0.5);
  color: white;
}

.container-info2 img{
  display: flex;
  border: 5px solid black;
  width: 40%;
  height: 70vmin;
  margin: auto;
}

.container-pagina4{
  display: flex;
}

.container-pagina4 h1{
  text-align: center;
  text-align: center;
  font-size: 14vmin;
  text-decoration: underline;
  text-shadow: 2px 2px 5px rgb(255, 255, 255);
}

.container-illia{
  display: flex;
}

.container-illia p{
  font-size: 3vmin;
  text-align: center;
  padding: 1vmin;
  background: rgba(0,0,0,0.5);
  color: white;
  margin-bottom: 5vmin;
}

.container-illia img{
  border: 5px solid black;
  display: flex;
  margin: auto;
  width:100%;
}

.container-left{
  width: 40%;
  margin: auto;
}

.container-right{
  width: 40%;
  margin: auto;
}

.container-pagina5{
  display: flex;
}

.container-pagina2 h1{
  text-align: center;
  text-align: center;
  font-size: 14vmin;
  text-decoration: underline;
  text-shadow: 2px 2px 5px rgb(255, 255, 255);
}

.container-pagina5 h1{
  text-align: center;
  text-align: center;
  font-size: 14vmin;
  text-decoration: underline;
  text-shadow: 2px 2px 5px rgb(255, 255, 255);
}

.container-galeria{
  display: flex;
  justify-content: space-around;
}

.container-galeria img{
  border: 5px solid black;
  width: 21%;
  margin: 1vmin;
}

.img1:hover{
  width:26%;
}


.img2:hover{
  width:26%;
}

.img3:hover{
  width:26%;
}

.img4:hover{
  width:26%;
}

.container-pagina6{
  display: flex;
}

.container-pagina6 h1{
  text-align: center;
  text-align: center;
  font-size: 14vmin;
  text-decoration: underline;
  text-shadow: 2px 2px 5px rgb(255, 255, 255);
}

.container-random{
  display: flex;
}

.container-random p{
  margin: auto;
  text-align: center;
  width: 40%;
  font-size: 4vmin;
  padding: 1vmin;
  background: rgba(0,0,0,0.5);
  color: white;
}

.container-random img{
  margin: auto;
  height: 60vh;
  border: 5px solid black;
}

#volver{
  margin: 2vmin 0;
}

#volver img{
  height: 15vmin;
}

#sextoSegunda img{
  width: 15vh;
  text-align: center;
  
}