html, body {
  width: 100%;
  background-color: beige;
  margin: 0;
  border: 0px solid red;
}

#menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: black;
  z-index: 10;
}

#content {
  width: 100%;
  top: 70px;
  background-color: aqua;
  z-index: 0;
}

#team {
  background-color: #eeeeee;
  color: black;
}

#staff {
  background-color: #333333;
  color: white;
}

#training-centre {
  background-color: #111111;
  color: white;
}

#press {
  background-color: rgb(201, 201, 201);
  color: rgb(255, 255, 255);
}
#press img {
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
#press a {
  width: 100%;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#press a > div {
  background-color: #333333;
  color: white;
  padding: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#press a > div:hover {
  background-color: #550404;
}

#season_2025 {
  background-image: url("/_img/ski_team/+17341635042812185424273036961780.png");
  background-repeat: no-repeat;
  background-size: cover;
}
#season_2025 .section > div {
  background-color: rgba(5, 32, 54, 0.8);
  color: white;
  padding: 40px;
  border-radius: 20px;
}
#season_2025 ul > li {
  line-height: 1.8rem;
}

#contact {
  background-color: #082e68;
  color: white;
}/*# sourceMappingURL=main.css.map */