.world-entry {
  display: flex;
  flex-direction: column;
  margin: 1rem;
  padding: 1rem;

  background-image: url("/img/menu_background.png");
  background-size: var(--block-background-size);
  border-radius: var(--container-border-radius);
  border: 0.1rem solid gray;
}

.world-entry .entry-header {
  margin: 0.5rem 0 1rem 0
}

.world-entry .cover-img {
  width: 100%;
}

.world-entry .world-entry-footer {
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-top: 0.5rem;
}

.world-entry .world-entry-footer a {
  text-decoration: none;
  cursor: pointer;
}

.world-list {
  margin: 1rem 0;
}
