html, body {
    margin: 0;
    padding: 0;
    overflow: auto;
    scroll-behavior: smooth;

}

header { 
    background-color: rgb(202, 168, 235);
    height: 10vh;
    width: 100vw;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-weight: 200;
    position: fixed;
    left: 0vw;
    top: 0vh;
    z-index: 100;
}
h1 {
  text-align: center;
  font-size: 30px;
}
nav {
background-color:  rgb(255, 111, 207);
height: 10vh;
width: 100vw;
position: fixed;
top: 10vh;
left: 0vw;
display: flex;
align-items: center;
justify-content: space-around;
z-index: 100;
}
.button {
  background-color: #e1c2eb;
  border: none;
  border-radius: 8px;
  color: rgb(0, 0, 0);
  padding: 15px 32px;
  text-align: center;
  text-decoration: none; 
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer; 

}

.button:active { /*se mete para adentro y cambia el color*/
  background-color: #802994;
  box-shadow: 0 5px #666;
  transform: translateY(4px); 
}
#presentacion {
    background-color: rgb(255, 90, 167);
}
main { 
  background-color: rgb(247, 255, 173);
  width: 100vw;
  height: 75vh;
  position: absolute;
  left: 0vw;
  top: 15vh;
  overflow: auto;
}
h2 { 
  font-family: Georgia, 'Times New Roman', Times, serif;
  text-align: center;
  margin-top: 5%;
}
#caty {
  margin-left: 45%;
  width: 30vh;
  height: 30vh;
}
p {
  text-align: center;
  font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-size: 150%;
  margin-top: 30%;}

div.galeria {
  margin: 40px;
  border: 1px solid #ccc;
  float: left;
  width: 180px;
}

div.galeria:hover {
  border: 1px solid #777;
}

div.galeria img {
  width: 30vh;
  height: 30vh;
}

div.desc {
  padding: 15px;
  text-align: center;
}
h3 { 
  margin-top: 40%;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: rgb(0, 0, 0);
  text-align: center;
}
iframe{ /*spotify*/
  margin-left: 40%;
}
h5 {
  padding-top: 5%;
  font-size: 150%;
  text-align: center;
  color: rgb(0, 0, 0);
  font-family: Georgia, 'Times New Roman', Times, serif;
}
h4 {
  font-size: 150%;
  text-align: justify;
  color: rgb(0, 0, 0);
  padding-left: 20%;
  padding-right: 20%;
  font-family: Georgia, 'Times New Roman', Times, serif;
}
#facultad { /*hacer que las fotos ocupen menos*/
  display: flex;
  justify-content: center;
}
#candeSiendoMalTercio {
  font-size: 250%;
  font-family: Georgia, 'Times New Roman', Times, serif;
  text-align: center;
}

footer {
  position: fixed;
  background-color: rgb(252, 39, 127);
  width: 100vw;
  height: 10vh;
  position: fixed;
  left: 0vw;
  top: 90vh;
  z-index: 100;
}