*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.footer{
    
    background: #111;
    height: auto;
    width: 100vw;
    font-family: "Open Sans";
    padding-top: 40px;
    color: #fff;

}
.footer-content{
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;

    
}
.footer-content h3{
    font-size: 1.8rem;
    font-weight: 400;
    text-transform: 3rem;
    line-height: 3rem;
}
.footer-content p{
    max-width: 500px;
    line-height: 20px;
    font-size: 14px;
}
.socials{
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1rem 0 3rem0;
}
.socials li{
    margin: 0 10px;
}
.socials a{
    text-decoration: none;
    color: #fff
}
.footer-bottom{
    margin: 10px 0px 10px -20px;
    position: fixed;
    bottom: 0;

    background-color:green;

    width: 1000px;
   
    text-align: center;
     
    
}
.footer-bottom p{
    color:yellow;
    font-size: 12px;
    font-weight: bold;
    word-spacing: 2px;
    text-transform: capitalize;
    margin: 10px; 
    text-align: center;
}
 