body {
    background: #e9e9e9;
    font-family: 'Roboto', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-height: 90vh;
}

.footer1 {
    color: #666;
    font-size: 12px;
    position: relative;
    width: 90%;
    left: 50%;
    bottom: 0;
    right: auto;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
}

a {
    color: #000;
    text-decoration: none;
    cursor:default;
  }

.fa {
    color: #E90606;
    margin: 0 3px;
    font-size: 10px;
    animation: pound .35s infinite alternate;
    -webkit-animation: pound .35s infinite alternate;
}