  body {
  margin: 0;
  font-family: Arial, sans-serif;
}

.banner {
  position: relative;
  width: 100%;
  height: 300px;
  background-image: url('bannerImage.png');
  background-size: cover;
  background-position: center;
}

.content {
  padding: 20px;
}