
.header {
    width: 100%;
    background: white;

    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 100px;
}

.header .element {
    margin-right: 36px;
    display: inline;
    font-size: 17px;
    color: #757575;

    cursor: pointer;
}

.header .element .active{
    color: #0c77f8;
}
