
footer {
  background-color: #333;
  padding: 20px;
  color: #fff;
  text-align: center;
  margin-top: 10px;
}

.footer {
  text-align: right;
}

.other,
.statistics,
.social-media,
.description {
  display: inline-block;
  width: 23%;
  vertical-align: top;
}

.title {
  background-color: #004d57;
  color: white;
  padding: 10px;
  margin: 0;
}

.text {
  background-color: #333;
  color: white;
  padding: 10px;
  margin: 3px;
  line-height: 0; /* Add this line to remove spaces */
  white-space: pre-line;
}

.text a {
  color: inherit;
  text-decoration: none;
}

.text a:hover {
  text-decoration: underline;
}
