body{
            
    background-color: rgb(232,233,239);
}
#content{
    width: 70%;
    margin: auto;
    background-color: rgb(255,255,255);
   padding-left: 15px;
   padding-right: 15px;
}
*{
    padding: 0px;
    margin: 0px;
   
    font-family: sans-serif;
    
}
#footer{
    background-color: rgb(23,33,50);
    width: 100%;
    height: 130px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#containing_all_info{
    width: 70%;
    height: 50px;
    /* border: 1px solid yellow; */
    display: flex;
    justify-content: center;
    justify-content: space-between;
    align-items: center;
}
#left{
    height: 100%;
    width: fit-content;
    /* border: 1px solid gray; */
}
#slogan{
    font-size: 12px;
    margin-top: -5px;
    color: rgb(91,118,110);
}
#middle{
    height: 100%;
    width: 33%;
    /* border: 1px solid burlywood; */
    display: flex;
    justify-content: center;
    justify-content: space-between;
    align-items: center;

}
.term{
    text-decoration: none;
    font-size: 12px;
    color: rgb(91,118,110);
}
#right{
    height: 100%;
    width:33%;
    /* border: 1px solid burlywood; */
    display: block;
    
}
#follow_on_f_t_linkedin{
    /* border: 2px solid green; */
    display: flex;
    align-items: center;
    width: 150px;
    justify-content: space-between;
    font-size: 14px;
    margin-left: 160px;
    margin-top: 5px;
    color: rgb(91,118,110);
}
#reserve_rights{
    /* border: 2px solid green; */
    width: fit-content;
    height: 10px;
    font-size: 14px;
    margin-left: 64px;
    color: rgb(91,118,110);
}

