html,
body {
    font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    height: 100%;
    background: #fff;
}

nav.navbar {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
}

.navbar-item.brand-text {
    font-size: 18px;
    font-weight: 500;
}

.navbar-item,
.navbar-link {
    font-size: 16px;
}

.columns {
    width: 100%;
    height: 100%;
    margin-left: 0;
}

.navbar-brand-logo {
    width: 168px;
    height: 84px;
}