/* Start custom CSS */body {
  font-family: "Tahoma", Arial, sans-serif;
  background-color: #f9f9f9;
  margin: 0;
  padding: 0;
  line-height: 1.8;
}

.container {
  max-width: 900px;
  margin: 40px auto;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

h1 {
  text-align: center;
  color: #222;
  margin-bottom: 30px;
}

h2 {
  color: #444;
  margin-top: 25px;
  font-size: 20px;
}

p {
  color: #555;
  margin-top: 10px;
}

ul {
  padding-right: 20px;
  color: #555;
}

li {
  margin-bottom: 8px;
}

.warning {
  background-color: #fff3cd;
  border-right: 4px solid #ffc107;
  padding: 15px;
  margin-top: 15px;
  color: #664d03;
  font-weight: bold;
}/* End custom CSS */