.back-home-btn {
    border: none;
            position: fixed;
            top: 4vh;
            left: 4vh;
            letter-spacing: 0.1em;
            background: rgba(27, 119, 15, 0.55);
            backdrop-filter: blur(8px);
            color: white;
            padding: 1vh 2.5vh;
            border-radius: 5vh;
            text-decoration: none;
            font-size: 2.2vh;
            font-weight: 800;
            transition: 0.2s;
            z-index: 100;
            box-shadow: 0 0.3vh 1vh rgba(0,0,0,0.2);
        }
.back-home-btn:hover {
            background: rgba(11, 49, 1, 0.85);
            transform: translateY(-2px);
        }