/* Footer */

footer {
  flex: 1 1 100vw;
  background: #0a0a23;
	color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 3px;
  flex-direction: column;
  padding: 15px;
}

.footer-content {
  text-align: center;
}

.footer-buttons {
  margin-top: 10px;
  justify-content: center;
  gap: 15px;
}
