.banner {
  background-color: #ff0000;
  color: white;
  text-align: center;
  padding: 20px;
}

.banner img {
  width: 100%;
  max-height: 300px;
  object-fit: cover;
  margin-top: 10px;
}