h1 {
    text-align: center;
    margin-top: 50px;
    color: #333;
}

.services-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.service-box {
    background: #fff;
    padding: 20px;
    margin: 15px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 10px;
    width: 250px;
    text-align: center;
}
