@font-face {
  font-family: Pilcrow;
  src: url("/fonts/PilcrowRounded-Variable.ttf");
}

html {
  overflow-x: hidden;
}

body {
  font-family: Pilcrow;
  margin: 0;
  padding: 0;
}

.section {
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
}

.title {
  margin: 10px;
  padding: 0px;
  font-size: 5rem;
}

.backwhite {
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 10px;
  padding: 10px;
  backdrop-filter: blur(2px);
}

.slogan {
  margin: 20px 0 0 0;
}

.footer {
  text-align: center;
}

.our_team_text {
  display: grid;
  gap: 20px;
  width: 90%;
}

#contact {
  width: 60%;
  margin: auto;
}
