html{
    background-color: hsl(0, 0%, 0%);
}
head{
 
    background-color: gray;  color: rgb(255, 0, 0); 
}

body{
  background-color:bisque;
  color: rgb(0, 0, 0);  
 text-align: center;
 background-image: url('fondo.jpg');
 background-repeat: no-repeat;
 background-attachment: fixed;
 background-size: cover;
}
h2{
    background-color: gray;  color: rgb(255, 0, 0); 
    font-family: Oswald;
}
h3{
    background-color: rgb(173, 173, 173); color:rgb(99, 76, 34);
}
hr{
     border: 4px solid black;
}
pre{
    text-align: left;
    font-family:Delicious Handrawn;
    background-color: rgb(206, 201, 201);
}
p{
    text-align: center;
}
 img{
    border: solid 6px ;color: black;
 }
 button{
    font-family: Delicious Handrawn;
    color: rgb(255, 51, 0);
    background-color: rgb(0, 0, 0);
 }
 th{
    background-color:  rgb(3, 4, 5);
    border: 2px solid black ;
color: aliceblue;
 }
 td{
    background-color: bisque;
    border: 2px solid black ;
    font-family: Caveat;
 }
 table{
    border: 2px solid black;
 }
 tr{
    text-align: center;
   
 }
 ol{
    background-color: bisque;
    text-align: left;
    list-style-type: circle;}
    ul {
        background-color: bisque;
        text-align: left;
        list-style-type: none;
        margin: 0;
        padding: 0;
        overflow: hidden;
        background-color: #000000;
  font-family: Rye;
  color: aliceblue;
      }
     
      
      li a {
        display: block;
        color: white;
        text-align: center;
        padding: 16px;
        text-decoration: none;
      }
      
      li a:hover {
        background-color: #111111;
      }
    