.contentLink:hover {
    color: rgba(252, 175, 24, 1);
}

.reset-legacy-button {
    margin-bottom: 10px;
    background-color: rgba(252, 175, 24, 1);
    border: none;
}

.reset-legacy-button:hover {
    background-color: #facc15;
}
.tailwind-reset {
    position: relative;
}

.tailwind-reset .overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
}
