*{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.avatar{
    width: 150px;
    border: 3px solid #fca311;
    border-radius: 78px;
}
.card{
    display: flex;
    padding: 20px;
    background-color: #14213d;
    justify-content: space-around;
    width: 400px;
    margin: 0 auto;
    text-align: center;
    color: #e5e5e5;
    border-bottom: 5px solid #000000;
}
.handles{
    display: flex;
    list-style: none;
}
li{
    margin: -10px 10px;
}
.fa-brands{
    color: #e5e5e5;
}
.fa-brands:hover{
    color: #fca311;
    transition: 0.3s;
}