body {
    margin-top: 10%;
    scroll-behavior: smooth;
    background: url(https://www.freeiconspng.com/uploads/blue-circle-png-30.png) no-repeat right;
    background-attachment: fixed;
  
  }
  
  html {
    font-family: Arial, Helvetica, sans-serif;
  }
  
  main {
    max-width: 90%;
    margin-top: 80px;
    margin-left: 6.25em;
    margin-right: 6.25em;
    margin-bottom: 3.25em;
  }
  
  .article {
    flex-grow: 999;
    flex-basis: 0;
  }
  
  .blog-header {
    margin-bottom: 3rem;
  }
  
  .grid div {
    height: 10rem;
    /* center the text */
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .sticky {
    height: 100%;
    width: 10rem;
    flex-grow: 1;
    flex-basis: 200px;
    position: sticky;
    top: 5rem;
    cursor: pointer;
  }
  
  .card-image {
    height: 100%;
    width: auto;
    object-fit: cover;
    object-position: center;
  }
  
  .blog-image {
    height: 70vh;
    width:100%;
    object-fit: cover;
    object-position: center;
  }
  
.card-right {
float: right;
width: 18rem;
}

.card {
    transition: all 0.3s;
}

.card:hover {
    transform: scale(1.01);
}

.card-img-top {
  width: 100%;
  height: auto; 
}

#blogcard {
  height: 350px;
}




  
@media screen and (max-width: 756px) {
  
  main {
    margin-left: 1.5em;
    margin-right: 1.5em;
  }

}

  
@media only screen and (max-width: 1000px) {
  #asides {
    width: 100%;
    position: relative;
    flex-basis: 100%;
    top: 0;
  }
  #asides .right-sidebar {
    width: 100%;
  }

  }

  @media only screen and (max-width: 920px) {
    .carousel-inner .carousel-item .col-4{
      text-align: center;
      align-items: center;
      justify-content: center;
      margin-right: 100px;
     
    }
  }

