body {
  background-image: url("https://paddyagius.neocities.org/NOISE.png");
  background-color: #FDFDFD;
}


hr {
  border: 0;
  height: 2px;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));
  margin-left: auto;
  margin-right: auto;
  width: 40em
}

h1 {
  font-family: "EB Garamond";
  font-size: 33px;
  color: #2f2f30;
  text-align: center;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

h2 {
  font-family: "EB Garamond";
  font-size: 28px;
  color: #2f2f30;
  text-align: center;
}

h3 {
  font-family: "EB Garamond";
  font-size: 22px;
  color: #2f2f30;
  text-align: center;
}

h4 {
  font-family: "EB Garamond";
  font-size: 22px;
  color: #2f2f30;
  margin-left: auto;
  margin-right: auto;
  width: 50em
}

h5 {
  font-family: "EB Garamond";
  font-weight: 400;
  font-size: 22px;
  color: #2f2f30;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
  text-justify: inter-word;
  width: 35em
}

P {
  font-family: "EB Garamond";
  font-weight: 500;
  font-size: 22px;
  color: #2f2f30;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
  text-justify: inter-word;
  width: 40em
}

a:link {
  color: #0645ad;
  font-weight: 600;
  text-decoration: none;
}

a:visited {
  font-weight: 600;
  color: #400080;
}