*{
    margin: 0;
    padding: 0;
    font-family: 'JetBrains Mono',
  }
  .header{
    min-height: 100%;
    width: 100%;
    background-image: linear-gradient(to bottom right,#029398,#27374D);
     background-position: center;
    background-size: cover;
    position: relative;
  }
  
  nav{
    display: flex;
    padding: 2% 6%;
    justify-content: space-between;
    align-items: center;
  }
  
  .logo{
    width: 150px;
  }
  
  .nav-links{
    flex: 1;
    text-align: right;
  }
  
  .nav-links ul li {
    list-style: none;
    display: inline-block;
    padding:0.8% 1.2%;
    position: relative;
  }
  
  .nav-links ul li button.utility{
    color:black;
    background-color: white;
    font-size: 12px;
    border-radius: 15px;
    padding: 10px 24px;
    font-weight: 800;
    border: none;
  }
  .nav-links ul li button.register  {
    color:rgb(255, 255, 255);
    background-color: #3274B8;
    font-size: 12px;
    border-radius: 15px;
    padding: 10px 24px;
    font-weight: 800;
    border: none;
  }
  

/* Additional styling for the home version of the header */
.header2.header-home {
    padding-top: 80px;
    padding-bottom: 80px;
}

/* Styling for the container within the header */
.header2 .container {
    z-index: 1;
    left: 0;
    right: 0;
}

/* Styling for the text within the header */
.header-text {
    line-height: 80%;
    padding-top:20px;
}

/* Styling for the down arrow within the header */
.header-down-arrow {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.header-down-arrow i {
    padding-bottom: 0.7rem;
    font-size: 6rem;
    opacity: 0.4;
    transition: all 400ms ease-in;
}

.header-down-arrow i:hover {
    transition: all 400ms ease-out;
    cursor: pointer;
    padding-bottom: 0;
    opacity: 1;
}

p{
  font-size: 20px;
  font-family: 'intel';
}

.container{
  padding-top:30px;
}
.form-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin-top: 420px; 
}

.form-container iframe {
    max-width: 100%;
    border: none;
}
hr{
    width: 100%;
    margin-bottom:5% ;
}
.text{
   color: azure;
   text-align: center;
   font-size: 30px;
}
.page{
    background-image: linear-gradient(to top right,#029398,#27374D);
    height: 1700px;
}