
    .fa:hover {
        opacity: 0.9;
    }

    .fa-linkedin {
        background: #007bb5;
        color: white;
    }

    .fa-github {
        background: #1b1b1b;
        color: white;
    }

    .fa-instagram {
        background: #cd486b;
        color: white;
    }

    .fa-twitch {
        background: #7700ff;
        color: white;
    }

    .fa-wordpress {
        background: #00b2f8;
        color: white;
    }


    .fa {
        font-size: 40px;
        width: 60px;
        height: 60px;
        text-align: center;
        padding:10px;
        text-decoration: none;
        margin: 5px 80px;
    }

    .icon-container {
        flex : 100% ;
        padding-left: 50px;
        flex-direction: row;
        align-content: center;
    }