body {
  background-color:black;
  color: rgb(255, 255, 255);
  font-family: Cambria, serif;
  width:60%
}

@media screen and (max-width: 768px) {
  body {
    color: black;
    width: 100%; /* Set the width to full for small screens */
  }
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}   

a:link {
  color: rgb(231,204,151);
}

a:visited {
  color: rgb(231,204,151);
}

a:hover {
  color: rgb(250,247,232);
}

p {
  text-indent: 30px;
}

p{
  color: white
}

h1 {
  color: rgb(112,84,73);
}

h2 {
  color: rgb(112,84,73);
}

h3 {
  color: white;
}

h4 {
  color: rgb(112,84,73);
}