body {
  /* display: flex;
  flex-direction: column;
  background-image: linear-gradient(180deg, #eee, #fff 100px, #fff); */
  background-color: #fff;
}

.todo{
  display: flex;
  flex-direction: column;
  background-color:#fff
}
.container {
  max-width: 960px;
}

.pricing-header {
  max-width: 700px;
}

/* Flash messages */
.message {
  padding: 1rem;

  background: #eff8ff;
  color: #2779bd;

  border-color: #6cb2eb;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  margin-bottom: 2rem;
}
.message.hidden {
  display: none;
}
.message.success {
  background: #e3fcec;
  color: #1f9d55;
  border-color: #51d88a;
}
.message.warning {
  background: #fffabc;
  color: #8d7b00;
  border-color: #d3b800;
}
.message.error {
  background: #fcebea;
  color: #cc1f1a;
  border-color: #ef5753;
}
