h1{
    font-family: 'Fira Mono', monospace;
}
.newsitem{
    /* background-color: rgb(219, 224, 224); */
    padding-left: 2rem;
}
.h1 h1{
    padding-left: 2rem;
}
#buttonpink{
    border-radius: 50%;
    height: 0.8em;
    width: 2.5em;
    background-color: rgb(57, 237, 243);
}
#iconimg{
    height: 80px;
    width: 200px;
}
body{

    padding:3%;
    padding-top: 20px;
}
p{
    font-size: 0.5em;
    font-weight:200;
}


/* Dark overlay for carousel images */
.carousel-inner img {
    width: 100%;
    height: auto;
    position: relative;
  }
  
  .carousel-inner img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Adjust the opacity as needed */
    z-index: 1; /* Place the overlay above the image */
  }
  

 


