* {
  padding: 90;
  margin: 0;
  box-sizing: border-box;
}
.container{
    width:60%;
    margin:0 auto;
}
.nav {
  margin: 0 auto;
  width: 80%;
  height: fit-content;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.nav h1 {
  color: chocolate;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  text-transform: uppercase;
  text-decoration: double;
}
.btn-textarea-loader{
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin:6em;
}
