/* CSS Document */

.poppins-regular {
  font-family: "Poppins", serif;
  font-weight: 400;
  font-style: normal;
}

.poppins-semibold {
  font-family: "Poppins", serif;
  font-weight: 600;
  font-style: normal;
}

html, body {
  margin: 0;
  padding: 0;
  height: 100%; /* so flexbox can use full height */
}

html {
	font-family: 'Poppins', serif, Arial, sans-serif;
}

body {
	font-size: 18px;
	color: #1a1a1a;
	background-color: #e5e5da;
}

a {
	text-decoration: none;
	transition: 0.2s;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-weight: 600;
	font-style: normal;
	text-transform: uppercase;
	font-size: 3em;
}

h2 {
	font-weight: 600;
	text-transform: uppercase;
	font-size: 24px;
}

h3 {
	font-weight: 600;
	font-size: 20px;
}
