carousel-container {
    position: relative;
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    overflow: hidden;
  }
  
  /*.carousel-slide {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }
  
  .carousel-slide img {
    width: 100%;
    height: auto;
  }*/
  
  #prevBtn,
  #nextBtn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    cursor: pointer;
  }
  
  #prevBtn {
    left: 10px;
  }
  
  #nextBtn {
    right: 10px;
  }
  #button-container {
    display: flex;
    align-items: center;
}
#material-icons-outlined {
  font-family: 'Material Icons Outlined'; /* Assuming you're using Google's Material Icons */
  font-size: 24px;
  margin-left: 8px; /* Adjust as needed */
}
a {
  text-decoration: none;
}

.w3-roboto {
  font-family: roboto, sans-serif;
}
