@import url('https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Smooch+Sans:wght@100..900&display=swap');

.Box {
  display: flex;
  align-items: center;
  gap: 20px;

  background: #222f36;
  border: 1px solid #444;
  border-radius: 15px;

  padding: 15px;
  margin-bottom: 20px;

  color: #ffffff;
}


@media (max-width: 600px) {
  .Box {
    flex-direction: column;
    text-align: center;
  }
}

.Box img {
  border-radius: 8px;
  object-fit: cover;
}

.Beschreibung {
  background: rgba(24, 26, 36, 0.75);
  border: 0.5px solid #444;
  border-radius: 15px;

  padding: 15px;
  margin-bottom: 20px;

  color: #ffffff;
}


.videogame_picture {
  width: 100%;
  max-width: 220px;
  height: auto; 
  aspect-ratio: 1 / 1;
  border: 1px solid #444;
}

.hollowKnight {
  width: 100%;
  max-width: 220px;
  height: auto !important; 
  border: 1px solid #444;
}
