.back-button {
    position: absolute;
    display: flex;
    gap: 8px;
    border-radius: 1000px;
    background-color: #f2f2f2;
    padding: 5px 18px;
    top: 15% !important;
    left: 5% !important;
    text-decoration: none;
}
.back-button:hover {
    background-color: #3a1d50;
    gap: 15px;
    border-color: #3a1d50;
}
.back-button svg {
    width: 20px;
    height: 20px;
    fill: #501f60;
    margin-top: 3px;
}
.back-button:hover svg {
    fill: #f2f2f2;
}
.back-button span {
    font-size: 14px;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0em;
    text-align: left;
    color: #501f60;
}
.back-button:hover span {
    color: #f2f2f2;
}
