body {
  background-color: #000000;
  color: #ffffff;
  font-family: "Courier New";
  display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 15%;
    margin-right: 15%;
}
h1 {color: #f7a6c6}
h2 {color: #f7a6c6}
h3 {color: #f7a6c6}
h4 {color: #f7a6c6}
h5 {color: #f7a6c6}
h6 {color: #f7a6c6}
a:link {
  color: #eb0e15;
}

a:visited {
  color: #c4232e;
}

a:hover {
  color: #963336;
}

a:active {
  color: #fada0c;
}
p {font-size: 15px;
    }
.note {border-top: 3px double #ffff99;
  border-bottom: 3px double #ffff99;
font-family: Cochin, Georgia, 'Times New Roman', serif}