html, body {
  min-height: 100%;
  background-color: #fff;
}

body {
  padding: 0;
}

/* Header */
.header {
  background-image:  url('../assets/images/plane-blue.svg'), linear-gradient(179deg, #678BAF 21%, #A4D4EA 76%, #FAEEE2 100%);
  background-size: auto, 100% calc(100% + 40px);
  background-position: calc(50% - 100px) 40px, 50% -20px;
  background-repeat: no-repeat;
  padding: 40px 20px;
}

.header__logo {
  width: 140px;
  height: 64px;
}


article {
  max-width: 1200px;
  margin: 0 auto;
  padding: 42px 20px 117px;
}

strong {
  font-weight: 700;
  font-size: inherit;
  user-select: text;
}

h1 {
  font-size: 48px;
  letter-spacing: -2px;
  font-family: 'Gotham', 'Roboto', sans-serif;
}

h1 + * {
  margin-top: 56px;
}

p {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 300;
}

a {
  color: #d8353b;
  font-size: inherit;
  user-select: text;
  line-height: inherit;
  font-weight: inherit;
}
