@import url('https://fonts.googleapis.com/css2?family=Exo&display=swap');

body {
	font-family:  'Poppins', sans-serif;
}

h1 {
	font-size:  2rem;
}

h2 {
	font-size:  1.75rem;
}

h3 {
	font-size:  1.5rem;
}

h4 {
	font-size: 1.25rem;
}

h5 {
	font-size: 1rem;
}

.hero {
	background:  url("../images/allaliees-hero.jpg") top center;
	background-size:  cover;
}

.aliee-icon {
	font-size:  4rem;
}

.cta {
	background:  #C1E1C1;
}