body{
    margin: 0;
    padding: 0;
    
}
#footer{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
#footer_div{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-around;
    margin-top: 40px;
    
}

#footer_div div .footer_heading{
    margin-bottom: 2px;
    letter-spacing: .2rem;
    font-weight: 500;

}
#footer_div div .footer_heading{
    
    margin-bottom: 27px;
}
#footer_connect + div{
    
    margin-top: 20px;
    display: flex;
    justify-content: space-around;
       
}
#a-tag{
    display: block;
    margin-bottom: 20px;
    text-decoration: none;
    color: #8c8884;
    font-size: 14px;
    line-height: 10px;
    font-weight: 500;
}
#a-tag:hover{
    text-decoration: underline;
}

#email{
    width: 100%;
    display: block;
    line-height: 1.5;
    font-weight: 400;
    text-align: center;
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    
   
}
#btn{
    width: 100%;
    margin-top: 30px;
    background-color: white;
    border-width: 1px;
    border-color: gray;
    padding: 9px;
    font-weight: 400;
}
#btn:hover{
    color: white;
    background-color: black;
}
#footer_div+p{
    text-align: center;
    color: #8c8884;
    margin-top: 40px;
    font-weight: 500;
    
}
#footer-logo{

    display: flex;
    justify-content: space-between;
    margin-top: 30px;

}
#footer-logo>div:nth-child(1){
    margin-left: 20px;
    display: flex;
}
#footer-logo>div:nth-child(1)>p{
   
    margin-left: 10px;
    font-size: 13px;
    font-weight: bold;
    color: #514b44;
    
}
#footer-logo>div:nth-child(2){
    width: 30%;
    margin-right: 20px;
    display: flex;
    justify-content: space-around;
}
#img{
    width: 30px;
}