
@font-face {
  font-family: "thePirateFont";
  src: url("./LostatSea-Script.woff");
}

body {
   margin: auto;
   padding: 100px;
   background-color: #D0B89E;
   background-image: url("pirate-background.jpg");
}

p {
  font-family: "thePirateFont";
  font-size: 24px;
  width: 800px;
  line-height: 1.5;
  color:#9D0000;
}
