.list-year {
  background-image: url("../images/font_bg.png") ;
  .year {
    color: #00c29a;
    line-height: 48px;
  }
}
#features{
  width: 100vw;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    font-feature-settings: normal;
    font-variation-settings: normal;
}
i{
    font-style: normal;
}
.tabbtn:active {
    background-color: #fff;
    border-color: #3b82f6;
    color: #1e40af;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    p{
    color: #1e40af;

    }
}

.tabContent {
    display: none;
    animation: fadeIn 0.3s ease;
}
.bg-neutral{
  background-color: rgb(29 33 41 / var(--tw-bg-opacity, 1))
}