@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@900&family=Poppins&display=swap");

html,
body {
  padding: 0;
  margin: 0;
  background-color: #eae2b7;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1600 900'%3E%3Cpolygon fill='%238a856c' points='957 450 539 900 1396 900'/%3E%3Cpolygon fill='%23c4be9a' points='957 450 872.9 900 1396 900'/%3E%3Cpolygon fill='%238e886f' points='-60 900 398 662 816 900'/%3E%3Cpolygon fill='%23cbc59f' points='337 900 398 662 816 900'/%3E%3Cpolygon fill='%23918c71' points='1203 546 1552 900 876 900'/%3E%3Cpolygon fill='%23d2cba5' points='1203 546 1552 900 1162 900'/%3E%3Cpolygon fill='%23958f74' points='641 695 886 900 367 900'/%3E%3Cpolygon fill='%23d9d2aa' points='587 900 641 695 886 900'/%3E%3Cpolygon fill='%23989376' points='1710 900 1401 632 1096 900'/%3E%3Cpolygon fill='%23e1d9b0' points='1710 900 1401 632 1365 900'/%3E%3Cpolygon fill='%239c9679' points='1210 900 971 687 725 900'/%3E%3Cpolygon fill='%23e8e0b5' points='943 900 1210 900 971 687'/%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
  /* background by SVGBackgrounds.com */
  height: 100%;
}
body {
  font-family: "Poppins", sans-serif;
  color: #003049;
}

.container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-top: 5rem;
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
}

.title {
  font-family: "Montserrat", sans-serif;
  color: #003049;
  font-weight: 900;
  font-size: 5rem;
  line-height: 5.1rem;
  margin: 0;
  margin-bottom: 2rem;
}

.subtitle {
  margin: 0;
  font-size: 2rem;
  line-height: 3.1rem;
}
