#header{
      position: fixed;
      top:-15px;
      min-width: 100vw;
      overflow: hidden;
      z-index: 3;
      background-color: white;
}
#header img{
            width: min(100%, 300px);
}
.form-container{
      margin-top: 2em;
      margin-bottom: 2em;
      backdrop-filter: blur(2px);

}
#paragraph{
      margin: 0 auto;
      padding: 25px;
      width: 80vw;
      line-height: 1.5em;

}
#paragraph p{
      width: min(80vw, 50vw);
      margin-bottom: 20px;
}
h3{
      margin-top: 1.5em;
      text-decoration: underline;
}
h2{
      color: rgba(62, 111, 202, 0.884) !important;
      text-align: center;
}

#first-step{
      margin-bottom: 2em ;
}
 

#header-container{
      display: flex;
      align-items: center;
      max-height: 200px;
      overflow: hidden;
      filter: brightness(40%);
}
#header-image{
      max-width: 100%; 
      margin: 0 auto;
      width: min(100vw, 100vw);

}