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

.container {
    max-width: 600px;
    margin: 50px auto;
    text-align: center;
}

h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

p {
    font-size: 1.2rem;
    margin-bottom: 30px;
}

.contact-info {
    font-size: 1rem;
    margin-top: 20px;
}

.btn-contact {
    background-color: #007bff;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 5px;
    text-decoration: none;
}

.btn-contact:hover {
    background-color: #0056b3;
}