
.footer {
  background: #342621;
  height: 34px ;
 margin-top:auto;
}
.copyright {
  font-weight: 500;
  font-size: 14px;
 line-height: 2rem;
  color: #ffffff;
}
@media screen and (max-width: 1200px) {
  .copyright {
    font-size: 13px;
  }
}

@media screen and (max-width: 769px) {
  
 
  .copyright {
    font-size: 12px;
  }
}
@media screen and (max-width: 640px) {
 
  .copyright {
    font-size: 11px;
  }
}
