#footer-bottom-wrap {
    color: white;
    background-color: #3B9E3E;
}
  
#footer-bottom-wrap .separator {
    margin-bottom: 10px;
    margin-right: 60px;
    margin-left: 60px;
}

#footer-bottom-wrap .copyright {
    text-align: center;
    flex-grow: 1;
    padding-top: 10px;
    padding-bottom: 10px;
}

@media screen and (max-width: 1000px){
    #footer-bottom {
        padding: 10px 0;
    }
    #footer-bottom-wrap .copyright {
      font-size: 1.4rem;
    }
}