body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}


.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.banner {
    text-align: center;
    margin-bottom: 40px;
}

.banner img {
    max-width: 100%;
}

.banner h1 {
    margin-top: 20px;
}

.about,
.services,
.contact {
    margin-bottom: 40px;
}

.services .service {
    margin-top: 20px;
}

.services .service img {
    max-width: 100%;
}

.btn {
    display: inline-block;
    padding: 10px 20px;
    background-color: #007bff;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
}

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