html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: #000000;
}

.content {
  min-height: calc(100% - 100px);
  padding: 20px;
  background-color: #080808;
}

.footer {
  background-color: #000;
  color: #fff;
  height: 100px;
  position: fixed;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-icons {
  display: flex;
  gap: 50px;
  margin-bottom: 20px;
}

.footer-icons i {
  font-size: 30px;
  cursor: pointer;
}
