.site-footer {
  background: #101015;
  text-align: center;
  padding: 1rem;
  border-top: 1px solid #2a2a3a;
}
.site-footer button {
  background: none;
  border: none;
  color: #7df9ff;
  font-size: 1rem;
  cursor: pointer;
}
.site-footer button:hover {
  color: #d96efb;
}
