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

.patches {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  padding: 1rem; 
}

.patch {
  width: 180px;
  box-sizing: border-box;
}

.patch img {
  width: 100%;
  height: auto;
  display: block;
}

.welcome {
  display: flex;
  justify-content: center;
}