.menu-list a.is-active{
    background-color: #39b5fe;
    color: #084caf;
}
.button.is-primary {
    background: #39b5fe;
}
.menu-list a{
    border-radius: 2px;
    color: #084caf;
    display: block;

}
.tabs a {
    align-items: center;
    border-bottom-color: #dbdbdb;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    color: #084caf;
    display: flex;
    justify-content: center;
    margin-bottom: -1px;
    padding: .5em 1em;
}

