* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  box-sizing: border-box;

  text-decoration: none;
}

a img {
  border: none;
}

button,
a {
  cursor: pointer;
  color: inherit;
}

body {
  background-color: #f7e4d4;
  color: #467745;
}

.container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

form {
  text-align: center;
  max-width: 480px;
}

h1 {
  margin-bottom: 20px;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: 48px;
  color: #467745;
}

::placeholder {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #467745;
  opacity: 0.6;
  padding-top: 20px;
}

input {
  width: 100%;
  height: 64px;
  text-indent: 20px;
  margin-bottom: 20px;
  color: #467745;
}

textarea {
  width: 100%;
  height: 120px;
  text-indent: 20px;
  color: #467745;
}

.terms {
  display: flex;
  text-align: left;

  width: 100%;
  margin-top: 25px;
}

.checkboxBox {
  align-self: center;
}

#checkbox {
  width: 20px;
  height: 20px;
  margin: 0;
}

label {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  padding-left: 10px;
  font-size: 16px;
}

a {
  text-decoration: underline #467745;
}

button {
  width: 280px;
  height: 80px;

  margin-top: 40px;

  border-radius: 50px;
  background-color: #467745;
  color: #f7e4d4;
  letter-spacing: 0.2em;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: 21px;
  text-transform: uppercase;
}

@media screen and (max-width: 519px) {
  h1 {
    font-size: 36px;
    text-align: left;
  }

  .container {
    width: 100%;
    padding: 0 20px;
  }
}
