html{background-color: rgb(169, 131, 161);}
body{
    background-color: white;
    padding: 10px 20px 10px 20px;
    margin: 50px;
    border: 10px;
    border-radius: 20px;
}



h1{font-family: sans-serif;color: rgb(0, 0, 0);font-size: 55px;}
h2{font-family: sans-serif;color: rgb(0, 0, 0);text-align: center;font-size: 50px;}
h5{font-family: sans-serif;color: rgb(0, 0, 0);font-size: 40px;}


p{font-family: sans-serif;color: rgb(0, 0, 0);font-size: 30px;}




td{
    font-family: sans-serif;
    color: rgb(61, 61, 61);
    font-size: 30px;

}

th{
    font-family: sans-serif;
    color: rgb(61, 61, 61);
    font-size: 30px;
}

img {
    position:center;
     border-radius: 15px;
       padding: 8px;
       margin: 10px;}

       footer{

        font-size: 12px
  
    }
  
    table {
      border-collapse: collapse;
      width: 60%;
      text-align: center;
    }
    
    th, td {
  
      padding: 8px;
      margin: 10px;
      text-align: center;
      border-bottom: 1px solid #ddd;
      border-radius: 5px;
      
    }
  
  tr:hover {
  
  background-color:rgb(169, 131, 161);;  
  }

  nav{

    
    text-align: center;
  background-color: rgb(241, 241, 241);
  border: rgb(255, 255, 255);
  margin-top: 30px;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 30px;
  padding: 10px 20px 10px 20px;
  border-radius: 30px;
  font-family: sans-serif;
  font-size: x-large;
 
}
    
.bar{

    font-size: 2rem;Sets the background color of an element.
    
    (Edge 12, Firefox 1, Safari 1, Chrome 1, IE 4, Opera 3)
    
    Syntax: <color>
    
    MDN Reference
    
    
    padding: 1rem;
    text-decoration: none;
  
  }
    
.bar:visited{rgb(209, 207, 188)

    color: rgb(61, 61, 61);

  }
  
.bar:hover{

    background-color:rgb(209, 209, 196);
    color: rgb(255, 255, 255);
    border-radius: 10rem;
  }

  li{list-style-type: disc;}