@font-face {
    font-family: 'icomoon';
    src:  url('icomoon.eot?5ru6im');
    src:  url('fonts/icomoon.eot?5ru6im#iefix') format('embedded-opentype'),
      url('icomoon.ttf?5ru6im') format('truetype'),
      url('icomoon.woff?5ru6im') format('woff'),
      url('icomoon.svg?5ru6im#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
  }
  
  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-facebook:before {
    content: "\ea90";
  }
  .icon-twitter:before {
    content: "\ea96";
  }

.icon-facebook:before {
    content: "\ea90";
}

.icon:visited,
.icon:hover {
    text-decoration: none;
}

.icon {
    background-color: black;
    border: none;
    color: #fff;
    border-radius: 30px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    text-align: center;
    padding-top: 4px;
}