.works-menu {
    display: none;
    pointer-events: auto;
    height: auto;
    overflow-y: hidden !important;
    box-sizing: border-box;
}

.works-section {
    margin-top: 15px;
}

.works-menu h1 {
    font-family: "Inter", serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    text-align: left;
    margin: 0 auto;
    padding-bottom: 0px;
}

.works-menu a {
    transition: color 0.5s ease-in-out, font-weight 0.5s ease-in-out;
}

.works-menu a:hover {
    font-weight: 600;
    color: #2E10FA
}

.works-menu h1.works-year {
    font-weight: 500;
    font-size: 14px;
    padding: 0;
    padding-left: 0px;
    position: relative;
    top: -12px;
    margin: 0 auto;
    font-style: normal;
}

.works-section-selection {
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 600 !important;
}