.topBar{
    position: fixed;
    width: 100%;
    height: 13.5ex;
    top: 0;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.topBar ul{
    display: flex;
    justify-content: flex-end;
    list-style: none;
    position: relative;
    top: .25ex;
}

.topBar img{
    position: relative;
    height: 2em;
    width: 2em;
    top: 1ex;
}

.topBar span{
    position: relative;
    top: 1.75ex;
}

.cv > a, .linkedin > a, .github > a{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 13ex;
    align-items: center;
}