@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", serif;
}
:root {
  --main: #e9f8df;
}

.jRzWisMjEZ {
  margin-bottom: 46px;
}
header {
  padding: 24px 0;
}
.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #d2e9c3;
  border-radius: 30px;
  padding: 10px 24px;
}
.navbar .tFSRTSgOMv {
  display: flex;
  gap: 8px;
  align-items: center;
}
.navbar .tFSRTSgOMv h2 {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 800;
}
.navbar img {
  width: 48px;
}
.navbar a {
  font-size: 15px;
  font-weight: 700;
  color: black;
}
.rkrwmKJfff {
  font-size: 44px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin: 16px auto 32px;
}
.EjMgnWNWCg {
  display: flex;
  flex-direction: column;
  width: 50%;
  gap: 16px;
  margin: 0 auto;
}
.EjMgnWNWCg div {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.EjMgnWNWCg input {
  border: none;
  border-radius: 8px;
  background-color: #fff;
  padding: 10px 14px;
  outline: none;
  transition: border 0.2s ease-in-out;
  box-shadow: inset 0 0 0 1px #97ca98;
  font-size: 16px;
}
input:focus {
  box-shadow: inset 0 0 0 2px #97ca98;
}
.EjMgnWNWCg label span {
  color: red;
}
.EjMgnWNWCg textarea {
  border: none;
  border-radius: 8px;
  background-color: #fff;
  padding: 10px 14px;
  height: 184px;
  outline: none;
  resize: none;
  box-shadow: inset 0 0 0 1px #97ca98;
  font-size: 16px;
}
.EjMgnWNWCg textarea:focus {
  box-shadow: inset 0 0 0 2px #97ca98;
}
.wCEJxrqZtT {
  padding: 12px;
  border-radius: 8px;
  background: linear-gradient(
    180deg,
    rgba(255, 200, 50, 1) 0%,
    rgba(255, 142, 0, 1) 100%
  );
  border: none;
  color: #fff;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  cursor: pointer;
  max-width: 348px;
  width: 100%;
  height: 52px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
#wCEJxrqZtT.QleLBEvviQ {
  background: #16770d;
}
/* responsive */

@media (max-width: 768px) {
  header {
    padding-top: 6px;
    padding-bottom: 16px;
  }
  .rkrwmKJfff {
    font-size: 28px;
  }
  .EjMgnWNWCg {
    width: 80%;
  }
  .jRzWisMjEZ {
    margin-bottom: 24px;
  }
  .navbar{
    padding: 8px;
  }
  .navbar a {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .navbar .tFSRTSgOMv h2 {
    display: none;
  }
  .navbar img {
    width: 32px;
  }
  .rkrwmKJfff {
    font-size: 18px;
  }
  .EjMgnWNWCg {
    width: 95%;
  }
  #wCEJxrqZtT {
    width: 100%;
  }
}
