    .material-symbols-outlined {
        font-variation-settings: 'FILL' 0, 'wght' 400, 'GRAD' 0, 'opsz' 24;
    }
    .custom-scrollbar::-webkit-scrollbar {
        width: 4px;
    }
    .custom-scrollbar::-webkit-scrollbar-track {
        background: transparent;
    }
    .custom-scrollbar::-webkit-scrollbar-thumb {
        background: #bec7d266;
        border-radius: 10px;
    }
    #explore {
        background: url('../../../img/bgspring.jpg') no-repeat center center;
        background-size: cover;
        color: #fff;
        .subexplore {
            background: rgba(0, 0, 0, 0.5);
            padding: 60px 20px;
        }
    }
    #prefooter {
        border-top: 3px solid darkorange;
        padding: 40px 0;
    }
    footer {
        background: #000;
        color: #fff;
        text-align: center;
        align-items: center;
        padding: 10px 0;
        bottom: 0;
    }