.cursor-pointer {
    cursor: pointer;
}

.back-btn {
    padding: 8px;
    border-radius: 50%;
    transition: 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}
.back-btn:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.overlay {
    background: rgba(0, 0, 0, 0.65);
}

.overlay-section {
    height: 67.68px;
}
