/*
:root {
  --darkgrey: #333333;
  --lightgrey: #f4f4f4;
  --yellow: #ffff3c;
}

body {
	font-family: 'Heebo', sans-serif;
  font-weight: 400;
	font-size: 16px;
  letter-spacing: 1px;
	line-height: 1.5;
	
	background-color: #333;
	color: #ffff3c;
}

p {
  text;
}

*/

body {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  margin: 0;

  font-family: 'Heebo', sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.5;

  background-color: #333;
  color: #ffff3c;
}

.centered-text {
  text-align: center;
}
