 body {
  background-color: lightgrey;
  font-size: x-large;
  font-family: Georgia, 'Times New Roman', Times, serif;
  margin: 0;
  padding: 0;
}

h1 {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  text-align: center;
}
.menubar ul { 
  list-style-type: none;
    justify-content: center;
     display: flex;
     background-color: lightgrey;
     border-radius: 10px;
     padding: 0px;
     text-align: center;
     margin: 50px auto;
     width: 14%;

     
     
     
     }


     .menubar ul a {
       display: block;
        color: black;
         padding: 14px 16px;
          text-decoration: none;
          display:block
        
         }
.menubar ul a:hover {
background-color: white;
color: blueviolet;
}
 ul li {
  float: left
 }
  .financialliteracy {
   background-color: white;
 padding: 20px;
 margin: 2%;
width: 300px;
 border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  font-size: 1.2em;
  
}  
a {
  text-decoration: none;
}
img {
  margin-top: 5px;
  display: block;
  border-radius: 10px;
  width: 100%;
}




