@font-face {
  font-family: cursiveFont;
  src: url(edwardianscriptitc.ttf);
}
{
  box-sizing: border-box;
}

body {
  background-color: black;
  background-image: url("bgmain.gif");
  text-align: center;
  color: white;
  
}

/* Header/Blog Title */
.header {
  padding: 30px;
  font-size: 58px;
  text-align: center;
  background-color: black;
  background-image: url("bgmain.gif");
  font-family: cursiveFont;
  color: white;
}
