body {
  background: url("https://trxiiemei.neocities.org/Untitled%20design%20(3).png");
  background-size: cover;
  font-family: "Times New Roman", serif;
  font-size: 16px;
  border: 7px dashed #FFA800;
}

h1, p {
  color: maroon;
}

a {
  color: maroon;
  text-decoration: none;
}

a:hover {
  color: #FFA800; /* hover effect */
}