#rightMenu
{
    top:0px;
    z-index: 100;

}
#menuitem
{
    background-color: rgba(148, 148, 148, 0);
    z-index: 70;
    margin: auto;
    position: relative;
    width: 100%;
    overflow-x: hidden;

}
#contentMenu
{
    display: flex;
    justify-content: center;
    z-index: 70;
    height: 95vh;
}
#itemClick
{
    background-color:rgba(148, 148, 148, 0.576);
    line-height: 2.5;
    margin: auto;
    margin-bottom: 5px;
    z-index: 100;
    width: 90%;
    border-radius: 5px;
    color: white;
    margin-right: 5%;
}
.dot {
    height: 25px;
    width: 25px;
    background-color: rgb(191,144, 0 ,0.6);
    border-radius: 50%;
    visibility: visible;
    display: inline-block;
  }
  @media(max-width: 992px){
    #itemClick
    {
        font-size: 0.9em;
    }
  }
@media(max-width: 768px){
    #itemClick
    {
        font-size: 0.5em;
    }

#contentMenu
{
    
    display: flex;
    justify-content: center;
    z-index: 70;
    
}

#itemClick
{
    background-color:rgba(148, 148, 148, 0.576);
    line-height: 2;
    margin: auto;
    font-size: 0.6em;
    margin-bottom: 5px;
    z-index: 100;
    width: 90%;
    border-radius: 5px;
    color: white;
}
}