.container {
    width: 100%;
    max-width: 100%;
    margin-top: 60px;
    margin-bottom: 70px;
}
.container-add-button {
    text-align: center;
    margin-top: calc(50vh - 50px);
}
.toolbar {
    position: fixed;
    width: 100%;
    bottom: 0px;
    padding: 10px;
    background-color: var(--color-grey-light);
}
.toolbar button.btn {
    margin-right: 15px;
    padding: 12px;
    height: 42px;
}