body {
  background-color: #000000;
}
#financing-options {
  color: #ff3333;
  padding: 40px 20px;
}

.financing-container {
  max-width: 1000px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
}
.back {
  color: #ff3333;
}
h2 {
  font-size: 2em;
  text-align: center;
  margin-bottom: 20px;
}

.financing-option {
  background-color: #fff;
  padding: 20px;
  margin: 15px 0;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.financing-option h3 {
  margin-top: 0;
  font-size: 1.5em;
  color: #333;
}

.financing-option p {
  font-size: 1em;
  color: #555;
}

.cta {
  text-align: center;
  margin-top: 30px;
}

.cta button {
  background-color: #ff3333;
  color: #fff;
  padding: 12px 20px;
  font-size: 1.1em;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.cta button:hover {
  background-color: #af0000;
}
