.button_back_page {
    width: 100%;
    margin: 10px auto;
    border-radius: 6px;
    background-color: #fcb404;
    color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
    font-weight: 600;
    font-size: 16px;
    height: 50px;
}

.button_back_page svg {
    width: 25px;
    height: 25px;
}
