body {
    background-color:azure;
} 

h1, h2, h3 {
    color: black;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    text-decoration: underline;
    text-decoration-color: red;
}

h1 {
font-size: 40px;
}

h2{
  text-align: center;
}

p, ul {
    color: black;
    font-family: Georgia, 'Times New Roman', Times, serif;
    margin: 50px;
    font-size: 20px;
}

.description {
    text-align: center;
    margin-left: 20%;
    margin-right: 20%;
}
body {
    margin: 0;
    padding: 0;
  }
  
  .navbar {
    overflow: hidden;
    background-color: black;
    color: white;
  }
  
  .navbar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: flex;
  }
  
  .navbar li {
    flex: 1;
    color: white;
  }
  
  .navbar a {
    display: block;
    text-align: center;
    padding: 14px 20px;
    text-decoration: none;
    background-color: black;
    color: white;
  }
  
  .navbar a:hover, .navbar a.active {
    background-color:dodgerblue;
    text-decoration: underline;
    text-decoration-color: red;
  }
  
  .tab-content {
    padding: 20px;
    background-color: azure;
    color: black;
  }
  
img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

#blogPosts {
  display:block;
}