html, body {
  height: 100%;
  margin: 0;
  padding: 30px;
}

body {
  padding: 30px;
  border: 5px solid #e09f3e;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #fff3b0;
  min-height: 3000px;
}

h1, h3 {
  color: #540b0e;
  margin-top: 1.5em;
  margin-bottom: 0.8em;
}

h1 {
  font-size: 2em;
  border-bottom: 1px solid #bd7e1f;
  padding-bottom: 0.3em;
}

h3 {
  font-size: 1.5em;
}

p {
  color: #54170b;
  margin-bottom: 1em;
}

ul {
  padding-left: 20px;
  list-style-type: disc;
}

li {
  margin-bottom: 20px;
}

li a {
  font-weight: bold;
  text-decoration: none;
  color: #540b0e;
  display: inline-block;
  margin-bottom: 5px;
}

li a:hover {
  text-decoration: underline;
  color: #335c67;
}

@media (max-width: 600px) {
  body {
    padding: 15px;
  }
  
  h1 {
    font-size: 1.8em;
  }
  
  h3 {
    font-size: 1.3em;
  }
}