body {
  font-size: 15pt;
}

#app {
  margin: auto;
  max-width: 80rem;
  height: 100vh;
  gap: 1rem;
  display: flex;
  flex-direction: column;
  height: 100dvh;
  align-items: center;
}

main{
  flex: 1;
  width: 100%;
  margin: 0;
  padding: 0;
}

header, .support{
  text-align: center;
}
.support{
  font-size: small;
  & i{
    color: seagreen; 
  }
}


.button{
    margin-block: .7rem;
    & i{
      margin-right: .6rem;
    }
}

.footer-form {
  text-align: center;
  font-size: small;
}
.flex {
  display: flex;
}

.flex-column {
  flex-direction: column;
}
.form {
  max-width: 800px;
  width: 100%;
  margin: auto;
  gap: 1rem;
  justify-content: space-around;
}

.p-button {
  max-width: 400px;
  margin: auto 20px;
}
.navbtn{
    align-self: center;
}

footer{
  font-size: small;
}