#indexContainer{
    /*opacity: 1;*/
    background-color: #ffcc66;
}
#functionContainer{
    display: none;
    /*opacity: 0;*/
    background-color: #66ccff;
    bottom: 0
 }

::-webkit-scrollbar {
    width:0px;
}