.back-arrow {
    position: absolute;
    width: 5rem;
    height: 5rem;
    z-index: 999;
    cursor: pointer;
    top: 0;
    left: 0%;
    display: flex;
    justify-content: center;
    align-items: center;

}

.back-arrow img {
    filter: invert(100%);
    width: 32px;
    height: 32px;
}

.back-arrow a,
a:visited {
    text-decoration: none;
    color: white;
}

.back-arrow a:hover {
    color: #ff3d00;
}