body {
    font-family: 'Poppins', sans-serif;
    background-color: #fdf8f2;
}

.page-title {
    font-size: 2.5rem;
    color: #4a4e69;
}

input.form-control {
    font-size: 1.1rem;
}

button.btn {
    font-size: 1.1rem;
}

a {
    color: #2a9d8f;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.logo {
  width: 80px;
  height: auto;
  display: block;
  margin: 0 auto 15px;
}
.page-title {
  font-size: 2.5rem;
  margin-bottom: 0.25rem;
}
.lead {
  font-size: 1.1rem;
  color: #555;
}
.affiliate-link {
    margin: 30px auto;
    text-align: center;
    font-size: 1rem;
    color: #333;
}

.affiliate-link a {
    color: #0073e6;
    font-weight: 500;
    text-decoration: underline;
}

