@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');

body {
  display: flex;
  align-items: center;
  min-height: 100vh;
  margin: 0;
  color: #2E2E2E;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  background: url(shapes-bg.svg) no-repeat center/100%;
  text-shadow: 0px 0px 6px white;
}

.inner-wrapper {
  max-width: 660px;
  margin: 0 auto;
  padding: 0 20px;
}

img {
  max-width: 100%;
}

h1 {
  margin-bottom: 26px;
}

h2 {
  margin-bottom: 20px;
  margin-top: 0;
  color: #FFAE42;
  font-size: 42px;
}

p {
  font-size: 21px;
  line-height: 1.7;
}
