#menumsg a { 
   display: inline-block;
   text-align: center;
   padding:5px 10px;
   margin:8px auto 0 auto;
   border-radius: 10px;
   background:transparent;
   background-color:#2f2f2f;
   border: 2px solid #46A2D9;
   color:#46A2D9;
   transition: all .3s ease;
   text-decoration: none;
}
#menumsg a:hover {
      background: #46A2D9;
      color:#2f2f2f;
   }
@media screen and (max-width: 1050px)
{
div#menu{
text-align: center;
padding: 0.5em 0;
position: fixed;
bottom: 40;
left: -220px;
width: 100%;
z-index: 10;
}
}