body {
  font-family: "Roboto", sans-serif;
  background-image: url("assets/tiles.png");
  background-repeat: repeat;
  margin: 0;
  padding: 0;
  color: #7d6e56;
}

.container {
  max-width: 800px;
  margin: 50px auto;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h1 {
  font-size: 2.5em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}

h2 {
  font-size: 1.5em;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px;
}

p {
  font-size: 1em;
  line-height: 1.6;
  margin-bottom: 15px;
}

a {
  color: #7d6e56;
  text-decoration: underline;
}
