header {
    width: 100%;
    height: 100px;
    position: fixed;
}
nav{
    width:100%;
    height:40px;
    background-color:#e2e2e2;
    position:relative;
}

.panelprofile {
    width: 100%;
    height: 60px;
    background-color: #f1f1f1;
    position: relative;
    align-content:center;

    
}

.logo{
    position:relative;
    left:2%;
    width:40px;
}
.logo img{
    width:100%;
}