body {
    font-family: 'Arial', sans-serif;
    background-color: #f8f9fa;
    color: #333;
}

header {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

h1, h2 {
    font-weight: 700;
}

h2 {
    color: #007bff;
}

.content-text p {
    line-height: 1.8;
    font-size: 1.1rem;
}

.btn-success {
    background-color: #28a745;
    border-color: #28a745;
    padding: 12px 30px;
    font-size: 1.2rem;
    transition: background-color 0.3s ease;
}

.btn-success:hover {
    background-color: #218838;
    border-color: #1e7e34;
}

footer {
    border-top: 1px solid #dee2e6;
}

footer a {
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}