* {
    margin: 0px;
    padding: 0px;
  }
  
  
    /* #ast-desktop-header{
      position: fixed;
      top: 0;
    } */
    section{
      width: 100%;
      margin-bottom: 7rem;
    }
    
    /* h1{
  section {
    width: 100%;
  }
  
  #loginBtn {
    background-color: #275e8f;
    margin-top: 100px;
  }
  
  #loginPopup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
  }
  
  .loginForm {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 40px;
    border-radius: 5px;
    width: 40%;
  
  }
  
  .loginForm form {
    width: 90%;
    text-align: center;
    margin: 0px auto;
  }
  
  .loginForm h2 {
    margin-top: 0;
  }
  
  .loginForm input {
    display: block;
    margin-bottom: 10px;
    width: 100%;
    padding: 10px;
  }
  
  .loginForm button {
    padding: 10px 20px;
  }
  
  /* h1{
      text-align: center;
      padding: 20px;
    } */
  
  /* For header */
  #mast-head div.col-full {
    flex: 1;
  }
  
  #mast-head div.storefront-primary-navigation {
    flex: 3;
  }
  
  
    /* For all buttons aligned to the right */
    .new-button-align-right-div{
      text-align: right;
      margin-top: 1rem;
    }
    .new-button-align-right{
      /* width: 4rem; */
      display: inline-block;
      
    }
    .new-button-align-right button{
      display: inline-block;
      border-radius: 8px;
    }
  
    /* For all headers */
    h2{
      text-align: center;
      font-size: 2.5rem;
    }
  
    /* For all forms */
    form{
      text-align: center;
    }
    .form-inputs{
      padding: 15px;
      text-align: center;
    }
    .form-inputs label{
      display: inline-block;
      width: 15rem;
      font-size: 1.25rem;
    }
    .form-inputs input{
      display: inline-block;
      width: 30rem;
    }
  
    /* archive dev page */
    .heads
    {
      padding-top: 10px;
      color: aqua;
    }
    .row {
      display: flex;
      align-items: center;
      justify-content: space-between;
    }
    
    .search-bar {
      flex-grow: 1;
      margin-right: 10px;
      margin-left: 200px; /* Adjust the margin as needed */
    }
    .search-bar input[type="text"] {
      margin-right: 15px; /* Adjust the spacing as needed */
      width: 350pX;
    }
  
  /* For all buttons aligned to the right */
  .new-button {
    width: 50%;
    display: inline-block;
    text-align: right;
  
  }
  
  .new-button button {
    display: inline-block;
  }
  
  /* For all headers */
  h2 {
    text-align: center;
    font-size: 2.5rem;
    text-decoration: none;
  }
  
  /* For all forms */
  form {
    text-align: center;
  }
  
  .form-inputs {
    padding: 1rem;
    text-align: center;
  }
  
  .form-inputs label {
    display: inline-block;
    width: 12rem;
    font-size: 1.25rem;
    text-align: left;
  }
  
  .form-inputs input {
    display: inline-block;
    width: 30rem;
  }
  
  /* archive dev page */
  .heads {
    padding-top: 10px;
    color: aqua;
  }
  
  .row {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .search-bar {
    flex-grow: 1;
    margin-right: 10px;
    margin-left: 200px;
    /* Adjust the margin as needed */
  }
  
  .search-bar input[type="text"] {
    margin-right: 15px;
    /* Adjust the spacing as needed */
    width: 350pX;
  
  }
  
  /* .developers-button {
    margin-left: 10px;
  } */
  
  
  /* .dev-button button{
      display: inline-block;
    } */
  /* div.alldevs {
    text-align: center;
  }
  
  ul {
    display: inline-block;
    list-style: none;
    margin: 10px;
    text-align: center;
  }
  
  ul li.developers {
    margin: 10px;
  }
  
  li.developers {
    padding: 10px;
  }
  
  .developers {
    border: 2px solid red;
    border-radius: 50px;
    padding: 10px;
    width: 500px;
  } */
  
  
  
  /* Create new application */
  #addApplicationForm{
    position: relative;
    top: 50px;
   
  }
  #description{
    position: relative;
    right: 200px;
  }
  #description input[type="text"]{
    position: relative;
    left: 205px;
    width: 500px;
  }
  #title{
    position: relative;
    right: 225px;
   
  }
  #title input[type="text"]{
    position: relative;
    left: 230px;
    width: 500px;
  }
  #nextBTN{
    border-radius: 15px;
    position: relative;
    left: 210px;
  }
  
  
  .main {
    margin-left: 20rem;
    /* Same as the width of the sidenav */
    font-size: 28px;
    /* Increased text to enable scrolling */
    padding: 0px 10px;
  }
  
  footer {
    z-index: 2;
  }
    
  