body {
    margin: 0;
    font-family: Arial, sans-serif;
    color: #333;
    line-height: 1.6;
}

header {
    background: url('images/IMG_0769.jpeg') no-repeat center center/cover;
    color: white;
    text-align: center;
    padding: 100px 20px;
}

header h1 {
    font-size: 3em;
    margin: 0;
}

header p {
    font-size: 1.2em;
    margin: 10px 0 20px;
}

.btn {
    display: inline-block;
    padding: 12px 25px;
    margin: 5px;
    background: #0077cc;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background 0.3s;
}

.btn:hover {
    background: #005fa3;
}

section {
    padding: 50px 20px;
    text-align: center;
}

section h2{
    margin-bottom: 20px;
    font-size: 2em;
    color: #0077cc;
}

.services {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.card {
    background: #f9f9f9;
    padding: 20px;
    width: 300px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    text-align: left;
}

.card h3 {
    margin-top: 0;
    color: #333;
}

footer {
    background: #333;
    color: white;
    text-align: center;
    padding: 20px;
}

footer a {
    color: #0077cc;
    text-decoration: none;
}
