body {
    font-family: "Sarabun", sans-serif;
    background-color: #caf0f8;
}

#dropdowns {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    justify-content: center;
    padding: 35px;
    
}

#applicationDropdown {
    font-size: 15px;
    border: 2px solid #03045e;
    border-radius: 15px;
}

#firstGenDropdown {
    font-size: 15px;
    border: 2px solid #03045e;
    border-radius: 15px;
}


#cardContainer {
    max-width: 1600px;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.stateCard {
    width: 400px;
    height: 450px;
    /*background-color: #ade8f4;
    background-color: #8ecae6;
    background-color: #fefae0;*/
    background-color: #edede9;
    font-size: 17px;
    border: 5px solid #03045e;
    border-radius: 15px;
    margin: 20px 10px;
    padding: 10px 10px;
}

h1 {
    text-transform: uppercase;
    text-align: center;
}

h2 {
    padding: 5px;
    border-bottom: 4px solid black;
}

h4 {
    margin-bottom: -14px;
} 

p.race {
    margin-top: 25px;
    margin-bottom: -5px;
}

p.schools {
    margin-bottom: -15px;
}

