/* You can add global styles to this file, and also import other style files */
* {
  font-family: "Montserrat", sans-serif;
}

body {
  padding: 0;
  margin: 0;
  background: #FAF3FC;
}

body:has(app-main-layout) {
  background: #FAF3FC;
}

a {
  color: #d7bce8;
  text-decoration: none;
}

a:hover {
  opacity: 0.8;
} 
#content-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 2rem;
  margin: 80px 10%;
}
@media screen and (max-width: 800px) {
  #content-wrapper {
    flex-direction: column;
  }
}
#content-wrapper section {
  width: 100%;
  box-sizing: border-box;
}

.nf-form-content input, .nf-form-content textarea {
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 1rem;
  background-color: #fff !important;
  border: 2px solid #f7def7 !important;
  padding: 8px 1rem;
  border-radius: 20px !important;
}
.nf-form-content input[type=submit] {
  background-color: #f7def7 !important;
}

/*# sourceMappingURL=style.css.map */
