.seaweed-script-regular {
  font-family: "Seaweed Script", cursive;
  font-weight: 400;
  font-style: normal;
}
.original-surfer-regular {
  font-family: "Original Surfer", sans-serif;
  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: "Seaweed Script", cursive;
}
p {
  font-family: "Original Surfer", sans-serif;
}