body {
  background-color: lightblue;
  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;
  display: flex;
    justify-content: center;
     background-color: lightblue;
     border-radius: 10px;
     padding: 0px;
     text-align: center;
     margin: 50px auto;
     width: 90%;

     
     
     
     }


     .menubar ul a {
       display: block;
        color: black;
         padding: 14px 16px;
          text-decoration: none;
          display:block
        
         }
.menubar ul a:hover {
background-color: white;
}
 ul li {
  float: left
 }
  






.aboutMe, .firstBlog {
  margin: 50px auto;
  width: 90%;
  max-width: none;
  padding: 20px;
  background-color: lightblue;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  font-size: 1.2em;
}
