* {
    margin: 0 ;
    padding: 0 ;
    box-sizing: border-box;
}
body{
    min-width: 800px;
}
ul{
    list-style: none;
}
li{
    list-style: none;
}
a{
    text-decoration: none;
    color: black;
}
.footer_img img{
    width: 85%;
    margin-bottom: 10px;
}
.boostrap_contrainer_1{
    background-color: white;
}
