body {
  		background-color: black;
      a{
        color: purple;
      }
      display: flex;
      justify-content: center;
	}
.written-page {
	h1 {
		text-align: center;
	}
  p {
    font-size: 14pt;
  }
	h2 {
		text-align: right;
  }
  width: 400px;
  background-color: AntiqueWhite;
  border: 4px solid bisque;
  padding: 10px;
  margin: 10px;
        
}