#features-container{
    max-height: 45vh;
    max-width: 30vw;
    overflow-y: auto;
    position: relative;
    
}
#featuresHTML{
    z-index: -1;
}

#features-container::-webkit-scrollbar{
    width: 5px;
}
#features-container::-webkit-scrollbar-track{
    background-color:#888;
}
#features-container::-webkit-scrollbar-thumb {
    background: rgb(149, 222, 39);
 
}
/* #features-container::-webkit-scrollbar-thumb:hover {
    background: #555;
} */


#featuresHTML{
    position: absolute;
    top: 17rem;
    left: 0;
    padding-left: 25px;
}

#features-container li {
    color:rgb(149, 222, 39);
    font-weight: bold;
    text-shadow: 0px 0px 5px rgb(50,50,50);
    /* list-style-type: upper-roman; */
    /* font-family: serif; */
    font-style: italic;
    font-size: 22px;
    /* list-style-type: upper-roman; */
}

#features-container p {
    display: block;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    font-style: normal;
    text-shadow: 1px 1px 5px black;
    font-family: arial;
    color: #fff;
    padding: 8px 12px 8px 2px;
    position: relative;
    top: -6px;
}
#btn-toggleSeeFeatures{
    position:absolute;
    width: 40px;
    text-decoration: underline;
    color:white;
    top:100%;
    left:50%;
    transform: translateX(-50%);
    border: none;
    background-color: transparent;
}

#btn-toggleSeeFeatures:hover{
    cursor: pointer;
    color:#00c6ff;
}
