@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Petit+Formal+Script&display=swap');

body {
    background-image: url(../IMG/cisnes.jpg);
}  
h1 {
    color: rgb(61, 23, 97);
    background-color: rgba(231, 119, 231, 0.384);
     font-family: "Instrument Serif", serif;
  font-weight: 400;
  font-style: italic;
}
 
h3,h4,h5,p { 
font-family: "Instrument Serif", serif;
  font-weight: 400;
  font-style: normal;
}
h4 {
    color: blueviolet;
    }
  button {
    color: rgb(37, 4, 68);
    background-color: rgb(195, 192, 199);
    border-color: rgb(39, 2, 73);
    border: 30;
    border-style: inset;}
p {
color: black;
background-color: rgba(169, 157, 180, 0.247);
}
a{
  background-color: rgba(255, 187, 252, 0.486);
}
