body {
  background-color: lightgrey;
  font-size: x-large;
  font-family: Georgia, 'Times New Roman', Times, serif;
  margin: 0;
  padding: 0;
}
 h1{
  text-align: center;
 }

.blogContent {
  margin: 50px auto;
  width: 90%;
  max-width: none;
  padding: 20px;
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  font-size: 1.2em;
}
  ul li {
 list-style-type: none;
 margin-right: 4.5% ;
  }
a {
  float: right;
  text-decoration: none;
  background-color: lightgray;
  
  
  
}
 .ul a {
  width: 3%;
 }
 ul a:hover {
  background-color: white;
  color: blueviolet;
}