@charset "utf-8";
/* CSS Document */
#main-menubar{
position:fixed;
right:3%;
bottom:3%;
text-align:center;
border-radius:100%;
background-image: url("../images/up-yellow.png");
background-color: white;
width:40px;
height:40px;
padding:6px;
font-size:32px;
opacity:.8;
z-index:99999;
cursor: pointer;
display:flex;
background-repeat: no-repeat;
}	

