* {
  box-sizing: border-box;
}

@font-face {
  font-family: "bryndanwrite";
  src: url("/fonts/bryndanwrite.ttf") format("truetype");
}

@font-face {
  font-family: "Courier New";
  src: url("/fonts/Courier New.ttf") format("truetype");
}

body{
  background-image:url("/images/background2.jpg");
   background-position: center top;
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-size: cover;
  font-family: "bryndanwrite";
  color: green;
}

.post{
  margin-left: 30%;
  margin-right: 30%;
  padding-left: 8%;
  padding-right: 3%;
  border: medium dashed black;
  background-image: url("/images/paper.jpg");
   background-position: center top;
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-size: contain;
}

.title{
  text-align: center;
}

h1{
  color: #ffffff;
  font-size: 250%;
  margin-left: 25%;
  text-decoration-line: none;
}

a{
  text-decoration-line: underline;
  color: green;
}