body {
  background-color: black;
  color: white;
  font-family: 'Bebas Neue', sans-serif;
}

.page-title {
  display: flex;
  justify-content: center;
}

.add {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 10px;
}

.distros {
  display: flex;
  flex-direction: column;
  align-items: center; 
  gap: 2rem; 
  padding: 1rem;
}

.distro {
  width: 90%;
  max-width: 600px;
  text-align: center;
  padding: 1rem;
  border-radius: 8px;
}

.distro img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}