.banner {
  background-color: #ff0000; 
  color: white;
  padding: 10px 20px;      
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner-content h1 {
  margin: 0;
  font-size: 20px;
}
