*{
    margin: 0;

}

body{
    background-color: #F7F1F0;
    min-height: 100vh;
}



.Logo{
  flex: 3;
  display: flex;
  align-items: center;
  justify-content: left;
  /* background-color: rgb(250, 203, 169) ; */
}

.logosize{
    margin-left: 40px;
    width: 100px;
    height: 150px;
    
}

.navbar{
    width: 100%;
    height: 70px;
    background-color: rgb(250, 203, 169);
    position: sticky;
    top: 0;
    display: flex;
    align-items: center;
    font-family: "Josefin Sans", sans-serif;
    /* z-index: 999; */
  }

.topCenter {
    flex: 2;
}

.topList {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    list-style: none;
}

.topListItems {

    margin-right: 20px;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
}


.middle {
    background-color: rgb(237, 206, 28);
    width: 200px;
    height: 50px;
    position: relative;
    left: 43%;
    top: 100px;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
    flex-direction: column;
    padding: 10px;
    border-radius: 20px;
    border: 7px solid rgb(174, 40, 40);
    
    
}

a{
    text-decoration: none;
    color: black;
}


.footer{
    position: sticky;
    top: 100%;
    justify-content: center;
    text-align: center;
    background-color: #262220;
    color: aliceblue;
    height: 200px;
    padding-top: 20px;
}

.pagelayout{
    display: flex;
    flex-direction: row;
}

.form, .qr{
    display: flex;
    /* flex-direction: column; */
    flex: 3;
    border-radius: 50px;
    margin: 40px 40px 40px 20px;
    padding: 50px;
    background-color: rgb(250, 203, 169) ;
    width: 40%;
    /* float: left; */
}

.qr{
    height: 500px;
    justify-content: center;
}

input,select{
    background-color: rgb(251, 227, 210) ;
    border: 20px;
}

/* scholarship page */

.collapsible {
    background-color: #ffffff;
    color: rgb(0, 0, 0);
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    font-family: "Lato", sans-serif;
  }
  
  .active, .collapsible:hover {
    background-color: rgb(15, 14, 14);

  color: aliceblue;
  }
  
  .content {
    padding: 0 18px;
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
    margin: 10px;
  }

  .inside-ul {
    list-style-type: none;
  }

  div.content li{
    margin: 8px;
    font-family: "Lato", sans-serif;
    font-size: 15px;
    
  }

  div.content a{

    color: rgb(8, 8, 211);
    font-size: 17px
  }
  
  div.content i{
    color: #da530f;
  }

  .schl-data{
    margin: 10px 20px 20px 20px;
    
  }

  .eligible {
    background-color: #fbe1d4;
    text-align: center;
    padding: 20px;
    margin: 20px 100px 20px 100px;
  }
  
.schl-data-2{
    margin: 10px 20px 20px 20px;
}

div.content p{
    font-family: "Lato", sans-serif;
    font-size: 17px;
}

#downloadButton {
    height: 50px;
    border: #262220;
    border-style: solid;
    border-radius: 5px;
    background-color: #f59a6c;
}