:local {
  .header,
  .content,
  .footer {
    height: 100%;
  }

  .header {
    background-color: #f64747;
  }

  .content {
    background-color: #98fb98;
  }

  .footer {
    background-color: #00bfff;
  }

  .content-container-wrapper {
    height: 200px;
  }

  .content-container-fill {
    border: 1px solid;
  }

  .content-container-fill {
    height: 200px;
  }

  .content-container-dark {
    background-color: #024978;
    border: 1px solid #fff;
  }

  .content-container-darker {
    background-color: #1b2326;
    border: 1px solid #fff;
  }

  .white-text {
    color: #fff;
  }
}
