* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

h1 {
  text-align: center;
}

section {
  max-width: 600px;
  margin: 0 auto;
}

.form-group {
  display: flex;
  position: relative;
  flex-direction: column;
  margin: 30px auto;
  max-width: 400px;
}

button {
  width: 40px;
}

input,
textarea {
  /* max-width: 100px; */
  border: none;
  background: #eeeeee;
}

#content-btns {
  flex-direction: row;
  gap: 0.7em;
  justify-content: center;
}
