
  body {
    display: flex;
    flex-direction:column; 
    justify-content: space-between;
    min-height:100vh;
    margin: 0px;
  }
  header{
    min-height:50px;
  }
  section{
      display:flex;
      min-height:450px;
  
  }
  footer{
      min-height:50px;
  }
  .textefooter{
      text-align:center;
      margin-top:12px;
  }

  :root,
  [data-bs-theme=light] {
    --bs-green: #CDFF8E;
  }