 html {
     overflow: auto;
 }
    body {
        background-color: aliceblue;
        scroll-behavior: smooth;
        scroll-padding-top: 100px;
 }
 .gn-tab-body {
     background-color: aliceblue;
        scroll-behavior: smooth;
        scroll-padding-top: 100px;

 }
    .gn-tab-div {
        padding-left:12px;
        padding-right: 6px;
        padding-top:12px;
}
    .gn-code{
        margin:12px;
}

.carousel-item img {
  margin: 0 auto;
  max-width: 80%; /* Adjust as needed */
} 
img.distro-img{
    height:30px !important;
    width:30px !important;
}  
.gn-header{
    font-size: x-large;
    color: chartreuse;
    margin-top: 50px;
    margin-bottom:30px;
    margin-left:15px;
    margin-right:15px;
}
.gn-tab-content{
    margin: 9px;
    background-color: aquamarine;
}
span a{
    color:darkblue !important;
    font-size:  1.2em !important;
    font-family: Cambria, Cochin, Georgia, Times,
     'Times New Roman', serif !important;
}
