body {
  background-color: #FFC5D3;
  background-image: url("../images/peony.webp");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
h1 {
  color: #FFC5D3;
  text-align: center;
  font-family: 'Times New Roman', serif;
}
h2 {
  color: #FFC5D3;
  font-size: 29px;
  font-family: 'Times New Roman', serif;
}
p {
  color: #FFC5D3;
  font-family: 'Times New Roman', serif;
}
b {
  color: #c98d9b;
  font-family: 'Times New Roman', serif;
}
.header {
  background-color: #A0522D;
  color: pink;
  border: 5px solid pink;
  margin: 20px;
  padding: 20px;
  font-family: 'Times New Roman', serif;
}
.body {
  background-color: #A0522D;
  color: #FFC5D3;
  border: 2px solid pink;
  margin: 20px;
  padding: 20px;
  font-size: 35px;
  font-family: 'Times New Roman', serif;
}
.link_box {
  background-color: OldLace;
  border: 3px solid pink;
  margin: 35px;
  padding: 10px;
  text-align: center;
  font-family: 'Times New Roman', serif;
}
.main {
  font-size: 18px;
  font-family: 'Times New Roman', serif;
}
.pretext {
  font-size: 20px;
  font-family: 'Times New Roman', serif;
}
.links {
  font-size: 17px;
  font-family: 'Times New Roman', serif;
}
nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
nav li {
  display: inline-block;
  padding: 10px 20px;
}
nav a {
  text-decoration: none;
  display: block;
  background-color: #A0522D;
  margin: 1px;
  padding: 15px;
}
nav a:hover {
  background-color: #eee;
}
.countup {
  text-align: center;
  margin: 75px;
  font-family: 'Times New Roman', serif;
}
.countup .timeel {
  display: inline-block;
  padding: 10px;
  background: OldLace;
  margin: 0;
  color: #FFC5D3;
  min-width: 2.6rem;
  margin-left: 100px;
  border-radius: 10px 0 0 10px;
  font-family: 'Times New Roman', serif;
}
.countup span[class*="timeRef"] {
  border-radius: 0 10px 10px 0;
  margin-left: -20px;
  background: OldLace;
  color: #FFC5D3;
  font-family: 'Times New Roman', serif;
}
