* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
}
.link-email {
  text-decoration: none;
}
.link-telegram {
  text-decoration: none;
}
.text-upper {
  text-transform: uppercase !important;
}
.font400 {
  font-size: large !important;
  font-weight: 400 !important;
}
.font600 {
  font-size: large;
  font-weight: 600;
}
.form-box {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%);
}
.form-row {
  padding-top: 1%;
  padding-bottom: 1.5%;
}
