body {
    text-align: center;
  color: #fb542b;
  background-color: #782e1b;
  font-family: monospace;
  content: center;
  font-size: 30px
}

p {
  font-size: 30px
}

h1 {
  font-size: 45px
}

summary {
  font-size: 27px
}

hr {
  height: 4px;
  background-color: #fb542b;
  border: none;
  max-width: 1100px
}

.idk {
  background-color: #fb542b;
  color: #782e1b
}

a {
  color: #fb542b;
  text-decoration: underline

}

a:hover {
  color: #fb542b;
  text-decoration: underline
}

a:active {
  color: #fb542b;
  text-decoration: underline
}

a:visited {
  color: #fb542b;
  text-decoration: underline
}