.full-width {
  width: 100%;
}

.sixty-percent-width {
  width: 60%;
}

.flex-container {
  display: flex;
  align-items: center;
}

.flex-item {
  flex: 1;
}

.content {
  padding: 0 20px;
}

.container {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
}

.footer {
  text-align: center;
  margin-top: 20px;
}

.footer-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 800px; /* Set a maximum width for the links */
  margin: 0 auto; /* Center the links within the container */
}

.footer-links a {
  white-space: nowrap;
  margin-right: 10px;
}

.visitor-count {
  font: 14px/24px Arial, tahoma, sans-serif;
  color: #B89500;
  text-align: right;
  flex-shrink: 0;
  max-width: calc(100% - 100px); /* Set a maximum width for the visitor count */
}

img {
  border-radius: 8px;
}
