@font-face {
  font-family: 'Gilroy';
  src: url('fonts/Gilroy-Regular.otf');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url('fonts/Gilroy-Medium.otf');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url('fonts/Gilroy-Bold.otf');
  font-weight: 700;
  font-style: normal;
}

html {
  font-size: 17px;
}

@supports (font: -apple-system-body) {
  html {
    font: -apple-system-body !important;
  }
}

body {
  background: #f4f8ff;
  font-family: 'Gilroy', sans-serif;
  height: 100%;
}

section {
  text-align: center;
  padding: 48px 6.6% 0;
}

h2 {
  font-weight: 700;
  margin-bottom: 24px;
  font-size: 1.55rem;
  line-height: 2.02rem;
}

p {
  font-size: 1rem;
  line-height: 1.24rem;
  letter-spacing: 0;
  font-weight: 700;
  margin: 0;
  margin-bottom: 42px;
}

a.button {
  display: block;
  font-size: 0.82rem;
  line-height: 0.97rem;
  font-weight: bold;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  height: auto;
  min-width: 220px;
  max-width: 300px;
  position: relative;
  outline: none;
  margin: 0 auto;
  white-space: normal;
  padding: 17px 0;
  border-radius: 40px;
  background-color: #564ab1;
  border: 0;
  color: white;
  text-decoration: none;
}
