.contactme{
    font-size: 1.55em;
    background-color: #ebebeb;
    padding: 10px;
    position: fixed;
    bottom: 0px;
    width: 200px;
  }
  
  .navbar .contactme a:hover{
    background-color: #ebebeb;
    opacity: 0.5;
  }
  