/* footer.css */

.site-footer{
  padding-top: 0px;
  padding-right: 20px;
  text-align: right;
  border-top: 2px solid #2c2c2c;
  background-color: black;
}

.site-footer .copy{
  color: #9aa3a8;
  font-size: 1.2rem;
  font-family: Arial, Helvetica, sans-serif;
}