.footer {
          position: fixed;
          left: 0;
          bottom: 0;
          width: 100%;
          background: #4070f4;
          color: white;
          text-align: center;

          font-size: 15px;
          font-weight: 500;

          padding: 8px 0;
          font-family: 'Poppins', sans-serif;

          z-index: 2;
        }

        .header {
          position: fixed;
          /*left: 0;*/
          top: 0;
          width: 100%;
          background: #4070f4;
          color: white;
          text-align: center;

          font-size: 17px;
          font-weight: 500;

          padding: 8px 0;
          font-family: 'Poppins', sans-serif;

          z-index: 2;
        }
