.bottom-menu {
            position: fixed;
            bottom: 10px;
            left: 0;
            width: 100%;
            background: #fff;
            border-top: 2px solid #ddd;
            display: flex;
            justify-content: space-around;
            padding: 10px 0;
        }
        .bottom-menu a {
            text-decoration: none;
            color: #333;
            font-weight: bold;
        }