@font-face {
  src: url("/fonts/porkys.TTF");
  font-family: porky;
}

body {
  background: url("/fun/petz/bg.png");
  color:#a3005a;
  font-family:"Comic Sans MS";
  font-size:14px;
}

h1 {
  font-family: "porky";
  font-size: 45px;
  color:#e01987;
  margin:2px;
}

h2 {
  font-family: "porky";
  font-size: 30px;
  color:#e01987;
  margin:2px;
}

#main {
  background:#f0dfef;
  width:650px;
  height:auto;
  text-align:center;
  padding:15px;
  border:#b02082 1px solid;
  border-radius:10px;
  margin-left:auto;
  margin-right:auto;
  margin-top:20px;
}