body {
  color: black;
  font-family: "MedievalSharp", cursive;
  font-weight: 400;
  font-style: normal;
  background-color: antiquewhite;
}
body {
  background-image: url(/images/230874f91650b4ff14fd252ca115bbae.png);
  background-repeat: repeat;
  background-attachment: fixed;
  background-size: 100% 100%;
}

header {
   background-image: url(images/sunandmoon.jpg);
   background-repeat: repeat;
   background-attachment: fixed;
   background-size: 100% 100%;
   text-align: center;
   border-top-left-radius: 15px;
   border-top-right-radius: 15px;
   padding: 150px;
   box-sizing: border-box;
   display: block; 
   
}
p {
   font-family: myFont; /*MedievalSharp*/
}

h1 {
  font-size: 45px;
}
