body{
  background-image: url('../assets/2025 Landingpage_768x1024_R_POST-SEASON.jpg');
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  align-items: center;
  height: 100vh;
}

img{
  display: block;
  width: 100%;
  height: auto;
}

.container{
  margin: 2rem;
  width: 800px;
  max-width: calc(100% - 4rem);
}

.subtitle{
  width: 600px;
  max-width: 80%;
}