body {
    background-color: #333;
}
main {
    background-color:#333;
    padding: 1em;   
    margin: auto;
    max-width: 1000px;
}
nav {
    z-index: 2;
}
.IMCoPoster {
  padding-top: 1em;
  background-color: rgb(0, 58, 128);
  background-image: radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.5), transparent);
  position: relative;
  margin: -20px auto;
  width: 100%;
  max-width: 1000px;
  aspect-ratio: 1 / 1.3;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.IMCoPoster::before {
  background-size: 100% auto;
  content: '';
  position: absolute;
  inset: 0;
  background-image: url("../assets/img/imco.svg");
  background-position: center top;
  background-repeat: no-repeat;
  z-index: 1;
  /* pointer-events: none; */
}
.logo {
  position: sticky;
  top: 50px;
  width: 40%;
  fill: #fffdf7;
  filter: drop-shadow(0 0 12px #f2c94c);
  mix-blend-mode: screen;
  z-index: 0;
}
