html {
    scroll-behavior: smooth;
}
.fit-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 70%;
    padding-top: 10px;
    vertical-align: bottom;
}

.up-button {
    display: none;
    position: fixed;
    bottom: 40px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

.main-menu.menu-light .navigation > li > a {
    padding: 12px 0 12px 18px;
}
