.nanum-pen-script-regular {
  font-family: "Nanum Pen Script", cursive;
  font-weight: 400;
  font-style: normal;
}
.homemade-apple-regular {
  font-family: "Homemade Apple", cursive;
  font-weight: 400;
  font-style: normal;
}
body {
  background-color:#51d1a6;
  background-image:url(images/bg.png);
  text-shadow: 1px 1px 2px black;
  color: white;
}
h1,h2,h3,h4,h5,h6 {
  font-family: "Homemade Apple", cursive;
}
p, ul {
  font-family: "Nanum Pen Script", cursive;
  font-size:1.5em;
}
ul {
  list-style: none;
}
li:before {
  content: '\2022';
  padding: 5px;
  text-shadow: 1px 1px 2px black;
}