/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
  background-color: #679289;
  color: #071E22;
  font-family: "sitelen seli kiwen juniko meso", "Patrick Hand", "Roboto Serif", Verdana;
}

a {
  color: #F96F5D
}

.patrick-hand-regular {
  font-family: "Patrick Hand", cursive;
  font-weight: 400;
  font-style: normal;
}

.roboto-serif {
  font-family: "Roboto Serif", serif;
  font-weight: 200;
  font-style: normal;
}
