@font-face {
  font-family: cuteDino;
  src: url(/scottandchloe/CuteDino.woff); /* url of the font */
}

body {
  background-color: black;
  color: white;
  font-family: CuteDino;
  background-image: url("pattern.png");
  background-repeat: repeat-xy;
}

