body {
    background: #f8f9fa;
    font-family: Arial, sans-serif;
}

.navbar {
    background: #ff4081;
}





.services, .future {
    padding: 50px 0;
    text-align: center;
}

.footer-block {
    background: #343a40;
    color: white;
    padding: 30px 0;
}

.footer-block h4 {
    font-size: 1.2rem;
    margin-bottom: 15px;
}

.footer-block ul {
    list-style: none;
    padding: 0;
}

.footer-block ul li {
    margin-bottom: 10px;
}

.footer-block ul li a {
    color: white;
    text-decoration: none;
}

.footer {
    background: #212529;
    color: white;
    text-align: center;
    padding: 1px;
    margin-top: 0px;
}

.footer p a {
    color: white;
    text-decoration: none;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 2px;
}
