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

body {
  font-family: "Inter", sans-serif;
}

.root {
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.root .logoBG {
  display: flex;
  justify-content: center;
}
.root .logoBG img {
  width: 70%;
}
.root .textBG {
  margin-bottom: 1rem;
  text-align: center;
}
.root .textBG p {
  font-weight: 700;
  font-size: 1.4rem;
  color: #106D31;
}
.root .contactsBG .textContactsBG {
  text-align: center;
}
.root .contactsBG .contBtnContact {
  display: flex;
  flex-direction: column;
}
.root .contactsBG .contBtnContact .contentBtn {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.root .contactsBG .contBtnContact button {
  margin: 0.5rem 0;
  padding: 0.5rem;
}/*# sourceMappingURL=styles.css.map */