* {
    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;

}


#home{
    height: 20px;
}

div p{
    font-weight: bold;
    color: #667085;
}

h1 {
    text-align: center;
}

body {
    margin: 20px;
}

#path {
    margin: 30px 0;
    display: flex;
    align-items: center;
}

.header-left {
    display: flex;
    justify-content: center;
}

.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;
}

footer{
    margin-top: 20px;
}

.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;
}