.hero-section {
    height: 100vh;
    color: black;
}

.hero-section h1 {
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 20px;
}

.services-section .service-box {
    border: 1px solid #ddd;
    border-radius: 10px;
    transition: transform 0.3s;
}

.services-section .service-box:hover {
    transform: scale(1.05);
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
}

.about-section p {
    max-width: 700px;
    margin: auto;
    font-size: 1.1rem;
}

.footer {
    background-color: #343a40;
}
