@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Patua+One&display=swap');
/*selectores de etiquetas html*/
body{
font-family: 'Montserrat', sans-serif;


}
h1{
  color:#1500A1;
font-family: 'Patua One', cursive;
  background-color: white;
  padding: 10px;
}
h3{
  color:#F580D5;

}
.vinculo1{
  color: black;
}
.vinculo1:hover{  /* modificar el estado*/
  color: #900D9E ;
}
.vinculo{
  color: blue;
}
.vinculo:hover{  /* modificar el estado*/
  color: #900D9E;
}
.menu{
  width: 1000px;
}
