body {
  margin: 0;
  background-color: #051605;
  background-image: url('./bgpinetrees.gif');
  background-repeat: repeat;
  font-family: Monaco, sans-serif;
  color: #e9cfb4;
}

h1,
h2,
h3,
ul,
li,
p {
  margin: .5rem 0;
  line-height: 1.5rem;
}

h1 {
  font-size: 1.6rem;
  margin-bottom: 1.6rem;
}

h2 {
  font-size: 1.4rem;
  margin: 1.4rem 0;
}

h3 {
  font-size: 1.2rem;
  margin: 1.2rem 0;
}

ul {
  list-style: inside;
}

a:link {
  color: #fb4000;
  text-decoration: none;
}

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

a:active {
  color: white;
}

a:visited {
  color: #fb4000;
}

#menu {
  background-color: #051605;
  width: 100%;
  height: 30px;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.container {
  display: flex;
  justify-content: center;
}

.content {
  margin: 2rem;
  max-width: 800px;
  background-color: #051605;
  padding: 1rem 2rem;
  border-radius: .5rem;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.logo {
  text-align: center;
}

.subtitle {
  font-size: 1.2rem;
  text-align: center;
}

.content {
  margin: 2rem 0;
}

.links {
  display: flex;
  justify-content: center;
  gap: 2rem;
}