    /* https://www.w3schools.com/howto/howto_css_social_media_buttons.asp */

    /* Style all font awesome icons */
    .fa {
    padding: 8px;
    font-size: 15px;
    width: 30px;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    }

    /* Add a hover effect if you want */
    .fa:hover {
    opacity: 0.7;
    }

    /* Facebook */
    .fa-facebook {
    background: white;/*#3B5998;*/
    color: orangered;
    }

    /* Youtube */
    .fa-youtube {
    background: white;
    color: orangered;
    }

    /* Twitter */
    .fa-twitter {
    background: white;
    color: orangered;
    }


    /* Instagram */
    .fa-instagram {
    background: white;
    color: orangered;
    }

    