 .imageContainer {
		width: 100%;
		background-image: url("https://github.com/alexander0042/pirateweather/raw/main/PirateWeatherBanner.png");
		background-size: cover;
		aspect-ratio: 3/1;
 }
 
 
 .text-block {
  position: relative;
  color: white;
  padding-left: 20px;
  padding-top: 10%;
}