@font-face { 

font-family: "Winter-Draw";

src: url("/fonts/winter-Draw.ttf") format("truetype");

}

p {
  font-family: "Winter-Draw",verdana, cursive;
  color: #7a0155;
}

ul {
  font-family: "Winter-Draw",verdana, cursive;
  color: #7a0155;
  list-style-type: none;
}

h2 {
  font-family: "Winter-Draw",verdana, cursive;
}

a:link {
  text-decoration: none;
}