div {
	font-size: 5rem;
	text-align: center;
  height:46vh;
  line-height: 70vh;
	color: #fcedd8;
	background: #d52e3f;
	font-family: 'Niconne', cursive;
	font-weight: 700;
  text-shadow: 5px 5px 0px #eb452b, 
              10px 10px 0px #efa032, 
              15px 15px 0px #46b59b, 
              20px 20px 0px #017e7f, 
              25px 25px 0px #052939, 
              30px 30px 0px #c11a2b, 
              35px 35px 0px #c11a2b, 
              40px 40px 0px #c11a2b, 
              45px 45px 0px #c11a2b;
}

p {
  text-align: center;
  font-family: "Helvetica";
  font-size:0.8rem;
}

a {
  color: #d52e3f;
  text-decoration: none;
  font-family: 'Niconne', cursive;
  font-size: 1.2rem;

}

h1 {
  font-size: 2rem;
  text-align: center;
  height:5vh;
  line-height: 5vh;
  color: #fcedd8;
  font-family: 'Niconne', cursive;
  font-weight: 650;
  margin-right: 16px;
}

li, ul {
  font-size: 1.2rem;
  height:3vh;
  line-height: 3vh;
  color: #fcedd8;
  font-family: 'Niconne', cursive;
  font-weight: 300;
  margin-left: 438px;
}