.ProfLinks{
    display:relative;
    align-content: center;
    align-items: center;
    flex-direction: row;
    margin-bottom: -100px;
}
.ProfLinks a{

    display:inline-block;
    width:80px;
    height:80px;
    margin-top:0;
    margin-left:20px;
    margin-bottom:-200px;
    margin-top:-40px;
    top: 0;
    left: 0;
    border:2px;
    text-align:center;
    border-radius: 5px;
    background: aquamarine;
    color: black;
    font-size: 10px;
    cursor: pointer;
    transition: color 0.5s fadeIn;
}
.ProfLinks a:hover{
    background: lightgoldenrodyellow;
    color: lightgoldenrodyellow;
    font-size:55px;
}
.icon-label {
    margin-top: 6px;
    font-size: 23px;
    color: lightgoldenrodyellow;
    font-family: FontAwesome;
}

.main_div{
    display:flex;
}