body {
    background-color: #00000000;
    min-height: 100vh;
    margin: 0;
    display: flex;
    flex-direction: column;
    font-family: Arial, sans-serif;
}
footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  height: 125px;
  gap: 15px;
  background-color: #000000;
  padding: 10px;
  font-family: Arial, sans-serif;
}
.publish {
  background-color: #000000;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
}
.save {
  background-color: #000000;
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
}

.close-button {
  position: absolute;
  display: flex;
  justify-content: flex-end;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

main {
  flex: 1;
}

.header .footer a {
  text-decoration: none;
  color: white;
}

.game-item {
    border: 1px solid #000000;
    background-color: #000000;
    border-radius: 10px;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
    font: bold;
    color: white;
    text-decoration: none;
}
.rounded {
  border-radius: 10px;
  overflow: hidden;
  font-family: Arial, Helvetica, sans-serif;
  font: bold;
}


/* ==== BLOGS ==== */
