/* .fa {
     padding: 10px;
     font-size: 30px;
     width: 30px;
     margin: 5px;
     text-align: center;
     text-decoration: none;
     border-radius: 10%;
} */

/* Twitter */
/* .fa-twitter {
     background: #55ACEE;
     color: white;
}

.fa-googlescholar {
     color: white;
     vertical-align: middle;
} */

.myicons{
     padding-top: 0.5rem;
     padding-bottom: 0.25rem;
     display: flex;
     flex-direction: row;
     justify-content: center;
}


div.app-icon a{
     margin: 2px;
     display: flex;
     justify-content: center;
     align-items: center;
     width: 2.5rem;
     height: 2.5rem;
     border-radius: 0.5rem;
     padding: 0rem;
}

/* twitter */
div.twitter a{
     background: #356ac3;
}

/* google scholar */
div.scholar a{
     background: #ff0000;
}

/* github */
div.github a{
     background: #000000;
}



#myicons img{
     height: 1.5em;
     filter: brightness(100);
}

div.app-icon a img{
     height: 1.5em;
     filter: brightness(100);
}

/* #twitter {
     background: #356ac3;
}
#google_scholar {
     background: #ff0000;
}

#google_scholar {
     height: 1.5em;
     filter: brightness(100);
} */