.pusher {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.pusher>.footer {
    flex: 1;
}

.task_complete {
    text-decoration: line-through;
}

#mynetwork {
    width: 100%;
    height: 800px;
  }