﻿#arrow-container {
    position: fixed;
    bottom: 20px;
    left: 20px;
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

/* Add styles for the arrow icon */
#arrow-icon {
    color: #fff;
    font-size: 24px;
}
