body {
  background-color: #F5F5F5;
  color: #333333;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
}

li {
  list-style-type: decimal;
}

.logo {
  width: 80%;
  max-width: 800px;
}

.logo a {
  display: block;
  margin: 20px 0 20px 0;
}

.logo a img {
  width: 100%;
  height: 100%;
}

.container {
  width: 80%;
  max-width: 800px;
  background-color: white;
  padding: 25px;
  margin-bottom: 20px;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

h1, h2 {
  color: #a27e38;
  text-align: center;
  margin-bottom: 15px;
}

p {
  text-align: justify;
  margin-bottom: 15px;
}

a {
  color: #007BFF;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
}

button {
  background-color: #0056B3;
  color: white;
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  display: block;
  margin: 20px auto;
  font-size: 16px;
  font-weight: bold;
}

button:hover {
  background-color: #00408D;
}
/*# sourceMappingURL=information-style.css.map */