body {
    background-color: #f8f2f5;
    color: #1f1f1f;
    font-family: 'montserrat', 'lato', 'sans-serif';
    font-weight: 500;
}


.navbar {
    background-color: #fff5f9;
}

/* Services */

.services {
    background-color: #f9f9f9;
}

.service1 {
    background-color: #f8f2f5;
    border: 1px solid #ffcbe0;
    border-radius: 10px;
}

.service1:hover {
    background-color: #ffeef5;
    border: none;
    box-shadow: 5px 5px 10px #ffddeb;
}

.service_a {
    text-decoration: none;
}

footer {
    background-color: #1f1f1f;
    color: #f9f9f9;
}

footer h6 {
    color: #fe2370;
    font-size: 20px;
}

footer a{
    text-decoration: none;
    color: #f8f2f5;
}

footer a:hover {
    color: #ffcbe0;
}

.anchor {
    background-color: #fe2370;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
}

.anchor a {
    text-decoration: none;
    color: #f8f2f5;
}

/* Box Design */

.box1 {
    width: 40%;
}

.box1 img {
    width: 100%;
}

.box2 {
    width: 60%;
}


/* process */

.process {
    border-radius: 20px;
    background-color:#ffddeb;
    color: #434343;
}

.icons {
    font-size: 35px;
    text-align: center;
}