@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
}

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

.headerGM {
  height: 100px;
  border-bottom: 1px solid #ececec;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mainGM .contGM {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 30px 0;
}
.mainGM .contGM .seloGM {
  text-align: center;
}
.mainGM .contGM .seloGM img {
  width: 50%;
}
.mainGM .contGM .titleMasterContGM h1 {
  font-size: 2rem;
  text-align: center;
}
.mainGM .contGM .textContGM {
  margin: 2rem 0;
  text-align: center;
}
.mainGM .contGM .textContGM p {
  font-size: 1.3rem;
}
.mainGM .contGM .buttonContGM {
  margin: 0.5rem 0;
}
.mainGM .contGM .buttonContGM button {
  width: 320px;
  padding: 1rem 0;
  background-color: #1a7026;
  color: #ffffff;
  font-size: 1.1rem;
  border-radius: 15px;
  border: none;
  cursor: pointer;
}/*# sourceMappingURL=style.css.map */