* {
    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 10px 10px;
    padding: 20px;
}

#home{
    height: 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  ;
}

#all-reviews{
    display: flex;
    justify-content: center;
}

#all-reviews>span{
    font-weight: bold;
    color: #344054;
}
#all-reviews>.all-content{
    margin: 0 5px;
}

.starts{
    white-space: nowrap;
}

div.starts>span.start{
    background-color: #00b67a;
    color: white;
    padding: 0 1px 1px 1px;
    border-radius: 3px;    
    margin: 1px;
}


div.starts>span.no-start{
    background-color: #d9d9de;
    color: white;
    padding: 0 1px 1px 1px;
    border-radius: 3px;    
    margin: 1px;
}

.review{
    margin: 40px 0;
}

.name{
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #d9d9de;
}

.starts-data{
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
}

.data,.content{
    font-size: 15px;
    font-weight: 500;
    color: #667085;
}

.title{
    color: #344054;
    font-size: 17px;
    font-weight: 700;
    margin: 30px 0;
}

footer{
    margin-top: 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;
}
