/* start Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Slackey&display=swap');
/* end Google Fonts */

.slackey-regular {
  font-family: "Slackey", sans-serif;
  font-weight: 400;
  font-style: normal;
}


.raleway {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.hero-images {
  /* outline: solid red 2px; */
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 60px;
  margin-bottom: 100px;
}

.hero-images img {
  width: 25%;
}

h1, p, .footer {
  text-align: center;
}

h1 {
  font-size: 4rem;
}

p {
  font-size: 2rem;
}

.footer p {
  font-size: 1rem;
}