.navbar .navbar-menu.is-active a.button {
    margin: 0 auto;
    margin-bottom: .5rem;
}

.footer img {
    margin: 0 auto;
    margin-bottom: 20px;
}

#content .start-section-padding {
    padding-top: 4rem;
    padding-bottom: 4rem;
}

#content .start-create-button {
    margin-top: 20px;
}

#content .notification {
    margin-top: -20px;
    margin-bottom: 40px;
}

#content .headline {
    margin-top: -20px;
    margin-bottom: 20px;
}

#content .button[type=submit] {
    margin-top: 20px;
}

#content .timer-wrapper {
    /* 3.25rem is the size of the navbar */
    height: calc(100vh - 3.25rem);

    display: flex;
    align-items: center;
}

#content .timer-wrapper button {
    margin-top: 5rem;
}

#content #not-found-create-button {
    margin-top: 3rem;
}

.datetimepicker-dummy .datetimepicker-dummy-wrapper .datetimepicker-dummy-input {
    max-width: 100%;
}

.datetimepicker-wrapper .modal-background {
    background-color: rgba(10,10,10,.3);
}
