.flex {
    display: flex;
}

.flex.center {
    justify-content: center;
}

.flex>.button {
    padding: 10px 15px;
    line-height: normal;
    height: auto;
}

#logo>img{
    margin: 10px;
}

span.title{
    text-align: right;
}