.line {
  display: flex;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0; }
  .line span {
    width: 100%;
    height: 3px; }
    .line span:nth-child(1) {
      background-color: #C3E07F; }
    .line span:nth-child(2) {
      background-color: #F7FDCA; }
    .line span:nth-child(3) {
      background-color: #FAD071; }
    .line span:nth-child(4) {
      background-color: #F0766B; }
    .line span:nth-child(5) {
      background-color: #DB9DBE; }
