body{
    background-color:rgb(215,198,184)
} 
    


/* unvisited link */
a:link {
  color: white;
    text-decoration: none;
}

/* visited link */
a:visited {
  color: white;  text-decoration: none;
}

/* selected link */
a:active {
  color: white;  text-decoration: none;
}

     a:hover {color: white}



    
    h1{
        font-family: "Klinic Slab"; 
        font-size: 50px; color: 
            rgb(207,28,68); 
        text-align: center;
        }

      h2{
          font-family: "Klinic Slab"; 
          font-size:30px;
          color: rgb(207,28,68);
        }

      p{
          font-family: "Klinic Slab";
          font-size: 20px; 
         color:black;
        }

  pre{
          font-family: "Klinic Slab";
          font-size: 50px; 
         color: white;
      text-align: center
        }
  
      ul{
          list-style-type: none;
          margin: 0;
          padding: 0;
          overflow: hidden;
          background-color:black; 
          font-family: 'Klinic Slab'; 
          font-size: 18px
        }
      li{float:left}
      li a{
          display: block;
          color: palevioletred;
          text-align: center;
          padding:16px;
        }
      li a:hover{
        background-color:dimgray
      }
 
ol{ 
     font-family: "Klinic Slab";
    list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}


footer{
    background-color: black;
    position:absolute;
    padding: 0px;
    width: 100%;
}

footer p{
    text-align: center;
    font-size: 18px;
    color: white;
    font-family: "Klinic Slab";
}

    .bottombar{
    background:grey;
    font-size: 12px;
    color: black;
    padding:30px;
        text-align: center;
    font-family: "Klinic Slab";
        width: 100%;
}