*{
    margin: 0;
  }

  #header-container{
    height: 10vh;
    text-align: left;
    width: 90%;
    margin: auto;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;

  }

  #header-container h3{
    font-family: 'Merriweather', serif;
    margin-top: 10px;
    font-weight: normal;
    font-size: 1em;
  }

  #main-container{
    width: 90%;
    margin: auto;
    display:flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 30px;
    margin-top: 30px;

  }
  
  hr{
    width: 90%;
    margin: auto; 
    border: none; 
    border-top: 1px solid #D3D3D3;
  }

  body {
    max-width: 1000px;
    width: 100%;
    margin: auto;
    min-height: 100vh;
    min-width: 850px;
    font-family: 'Montserrat', sans-serif;
  }

  h1{
    font-weight: bolder;
  }

  h2{
    font-weight: normal;
  }

  h3{
    font-size: .8em;
    font-weight: normal;
  }

  .post-section-top{
    display:flex;
    width: 100%;
    justify-content: space-between;
  }

  .blog-section-top-image{
    width: 65%;
  }

  .blog-section-top{
    width: 30%;
    display:flex; 
    flex-direction: column;
    justify-content: center;
    gap: 10px;

  }

  .post-section{
    display:flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;
    width: 30%;
    min-height: 200px;
  }

  .blog-section{
    display:flex; 
    flex-direction: column;
    justify-content: flex-start;
    gap: 10px;

  }

  .blogger-section{
    display:flex; 
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 20px;

  }

  .blogger-section img{
    width: 16%;
    border-radius: 50px;
  }

  .blogger-section div{
    width: 75%;
  }

  .blogger-section h4{
    font-family: 'Merriweather', serif;
    margin-top: 1px;
    font-weight: normal;
  }
  .blogger-section p{
    font-family: 'Merriweather', serif;
  }