body {
  font-family: Arial, sans-serif;
  background-color: #ccccccaf;
}

img {
 width: auto;
 height: auto;
 border-radius: 2px;
 border: 2px solid black;
}

.box {
  width: 450px;
  height: auto;
  border: 10px solid black;
  background-color: #f5f5f5;
  border-radius: 15px;
  justify-self: center;
}
.wszystko {
  display: flex;
  flex-direction: column;
  border: 2px solid rgba(255, 0, 0, 0.886);
  gap: 20px;
  max-width: 470px;

}
.wszystko2{
  display: flex;
  justify-content: left;
  align-items: center;
  gap: 20px;
}
.big {
  width: auto;
  height: auto;
}

.small {
  width: auto;
  height: auto;
}