/* Selectores de elementos */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Bitter:ital,wght@0,100..900;1,100..900&display=swap');

body {
    background-color: rgb(77, 143, 188);
    font-family: "Embed code", serif;
}

h3,
h4 {
     font-family: "Merriweather", serif;
}

header,
footer {
    background-color: white;
    color: orangered;
    padding: 50px;
    text-align: center;
    border-bottom: 2px solid black
}



h1 {
     font-family: "Libre Baskerville", serif;
     color: blue;
     background-color: antiquewhite;
}

h8 {
     font-family: "Lexend", sans-serif;
}

p,
span {
    font-family: "Exo 2", sans-serif;
}

button {
    background-color: black;
    color: azure;
}

ul {
      font-family: "Federo", sans-serif;
}

th {
    background-color: bisque;

}

