body {
    font-family: 'Roboto', sans-serif;
    background: linear-gradient(135deg, #f0f0f0, #e0e0e0);
    color: #333;
    margin: 0;
    padding: 0;
}

header .hero {
    background: linear-gradient(135deg, #333, #555);
    color: #fff;
    padding: 80px 20px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 15px 15px;
}

header .hero h1 {
    font-size: 2.5em;
    margin: 0 0 10px;
}

header .hero p {
    font-size: 1.2em;
    margin: 0;
}

main {
    padding: 20px;
    max-width: 800px;
    margin: 0 auto;
}

.contact-content, .hire-me {
    background: #fff;
    padding: 20px;
    margin: 20px 0;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.contact-content h2, .hire-me h2 {
    font-size: 1.8em;
    margin-bottom: 10px;
    color: #333;
    border-bottom: 2px solid #ffdd00;
    display: inline-block;
    padding-bottom: 5px;
}

.contact-content p, .hire-me p {
    font-size: 1.1em;
    color: #555;
    line-height: 1.6;
}

.contact-content a, .hire-me a {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
}

.contact-content a:hover, .hire-me a:hover {
    text-decoration: underline;
}

footer {
    background: #333;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    margin-top: 40px;
}

footer .footer-content {
    max-width: 800px;
    margin: 0 auto;
}

footer .footer-links a {
    color: #ffdd00;
    margin: 0 10px;
    text-decoration: none;
}

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

.bmc-button-footer {
    display: inline-block;
    margin-top: 20px;
}

.bmc-button-footer img {
    height: 40px;
    width: auto;
}
