@import url(@import url('https://fonts.googleapis.com/css2?family=Anton&family=Permanent+Marker&family=Raleway:wght@100&family=UnifrakturMaguntia&display=swap');

body{
  margin: -10px;
  font-family: 'Anton', sans-serif;
font-family: 'Permanent Marker', cursive;
  scroll-behavior: smooth;
}

.container-pag1{
  background-color: DodgerBlue;
  background-size: cover;
  display: flex;
  flex-direction: row;
  border-bottom: 2px solid white;
}

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

.container-botones a{
  text-shadow: 2px 4px 10px rgb(0, 63, 238);
  color: white;
  margin: 0.9em;
  display: flex;
  border-radius: 10px;
  padding: 0.5em;
  text-decoration: none;
  background: pink;
  font-size: 3em;
  border: 2px solid white;
  border-style: dotted;
  border-width: 3px;
}

.container-botones a:hover {
  background: white;
  color: pink;
  border: 2px solid pink;
  text-shadow: 2px 4px 10px rgb(0, 0, 0);
}

.container-texto{
  margin: auto;
  text-shadow: 2px 4px 10px rgb(255, 255, 255);
}

.container-texto h1{
  font-size: 14vmin;
}

.container-texto h2{
  font-size: 6vmin;
  color: rgb(0, 63, 238);
  font-style: italic;
  text-decoration: underline;
}

.container-texto h3{
  padding: 1vmin;
  font-size: 4vmin;
  font-style: oblique;
}

.container-pag2{
  background-color: blue;
  display: flex;
  flex-direction: column;
  color: white;
}

.container-pag2 h1{
  text-shadow: 2px 4px 10px rgb(0, 63, 238);
  text-align: center;
  font-size: 12vmin;
  text-decoration: underline;
}

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

.container-info p{
  width: 35%;
  font-size: 5.7vmin;
  margin: auto;
}

.container-info img{
  margin: auto;
  height: 60vmin;
  border: 5px solid rgb(255, 255, 255);
  border-radius: 10px;
}

.container-pag3{
  display: flex;
  flex-direction: column;
  background: url(https://www.pxfuel.com/es/desktop-wallpaper-appis);
  background-size: cover;
}

.container-pag3 h1{
  text-shadow: 2px 2px 5px red;
  color: white;
  text-align: center;
  font-size: 12vmin;
  text-decoration: underline;
  text-decoration-style: wavy;
}

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

.container-info2 p{
  width: 90%;
  font-size: 5vmin;
  margin: auto;
  text-align: center;
  color: white;
  outline-style: double;
  outline-color: red;
}

.container-info2 img{
  display: flex;
  margin: 10vmin auto;
  height: 40vmin;
}

.container-pag4{
  color: purple;
  display: flex;
  flex-direction: column;
  background-color: LightGray;
}

.container-pag4 h1{
  color: purple;
  text-shadow: 2px 4px 10px rgb(0, 63, 238);
  margin-top: 15vmin;
  text-align: center;
  font-size: 12vmin;
  text-decoration: underline;
  text-decoration-style: wavy;
}

.container-illia{
  display: flex;
  flex-direction: row;
}

.container-illia p{
  font-size: 3vmin;
  text-align: center;
}

.container-illia img{
  display: flex;
  margin: 5vmin auto;
  border: 5px solid rgb(255, 255, 255);
  border-radius: 10px;
  width: 50vmin;
  height:55vmin;
}

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

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

.container-pag5{
  display: flex;
  flex-direction: column;
  background-color: pink;
  background-size: cover;
}

.container-pag5 h1{
  text-shadow: 2px 4px 10px red;
  margin-top: 15vmin;
  text-align: center;
  font-size: 12vmin;
  text-decoration: underline;
  text-decoration-style: dotted;
}

.container-galeria{
  margin: auto;
  display: flex;
}

.container-galeria img{
  margin: 4vmin;
  height: 30vmin;
  width:45vmin;
  border: solid red;
  border-radius: 10px;
  margin-bottom:15vmin;
}

.container-pag6{
  color: black;
  display: flex;
  flex-direction: column;
  background: url(https://i.pinimg.com/originals/d0/27/3f/d0273ff62e66543d14490a19226eb296.jpg);
}

.container-pag6 h1{
  text-shadow: 2px 4px 10px rgb(0, 63, 238);
  margin-top: 15vmin;
  text-align: center;
  font-size: 12vmin;
  text-decoration: underline;
  text-decoration-style: wavy; 
}

.container-random{
  display: flex;
  flex-direction: row;
}

.container-random p{
  width: 35%;
  font-size: 5vmin;
  margin: auto;
  text-align: center;
}

.container-random img{
  margin: 50px auto;
  height: 40vmin;
  border: 5px solid rgb(255, 255, 255);
  border-radius: 10px;
}



#volver{
  margin: 1vmin auto;
}

#volver img{
  height: 10vmin;
}

footer {
  height: 7vh;
  background-color: rgb(31, 31, 31);
  text-align: center;
  margin: -20px 0px;
  padding-bottom: 5vmin;
}

footer p {
padding-top: 3vmin;
text-decoration: dotted;
font-size: 1em;
color: rgb(255, 255, 255);
}

footer nav {
margin-top: 5px;
}

footer a {
color: rgb(255, 255, 255);
margin: 15px
}