* {
    color: #344054;
    font-family: Poppins, sofia-pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;

}

body{
    margin: 20px 10px 0px 10px;
    padding: 20px;
}

#home{
    height: 20px;
}

footer{
    margin-top: 20px;
}
#path {
    margin: 30px 0;
    display: flex;
    align-items: center;
}

.header-left {
    display: flex;
    justify-content: center;
}

#title{
    margin: 40px 0;
}

#title h1,#title p {
    text-align: center;
    margin-bottom: 0;
}
#title p{
    margin-top: 0;
    color: #6670a5  ;
}

#call-us>p,.quick *{
    font-weight: bold;
    color: #667085;
}

#phone{
    padding-left: 30px;
    background-image: url(phone.svg);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 20px;
}

.container-foot {
    background-color: #222550;
    background-image: url(footer-bg-image.png);
    background-size: 100% 35%;
    background-repeat: no-repeat;
    background-position: left top;
    border-radius: 4px;
    padding: 10px 0;
}

.foot-title {
    font-size: 13px;
    color: white;
    margin: 10px;
}

.social-icons {
    display: flex;
    justify-content: space-around;
}

.social-icons>img {
    width: 100px;
    margin: 15px 2px 5px 2px;
}

.foot-link {
    color: white;
    text-decoration: none;
}

#links > p{
    text-align: center;
    font-size: 18px;
    font-weight: 500;
}