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

 body, html {
  height: 100%;
}

body {
  background-color: black;
  color: white;
  font-family: CuteDino;
  background-image: url("/scottandchloe/snc.png");
  background-repeat: repeat-xy;
  background-position: center;
}

.main {
   max-width: 70%;
  margin:auto; 
}

