body {
    font-family: Inter, system-ui, Avenir, Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
    background: #f1f1f1;
}

  
  

h1 {
    margin-top: 0;
    position: sticky;
    top: 0;
    background: #1e4d91;
    color: #fff;
    padding: 10px 0;
    text-align: center;
    box-shadow: 0px 0px 8px rgba(0,0,0,.6);
}

h2{
    text-align: center;
    margin-top: 0;
    font-size: 1.3rem;
}

form {
    max-width: 500px;
    margin: 50px auto;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    border-radius: 20px;
    width: 80%;
    margin-top: 1.2em;
    margin-bottom: 1.2em;
}

label {
    display: block;
    margin-bottom: 0.5em;
    font-size: 0.9rem;
}



input[type=submit] {
    width: 100%;
    padding: 10px;
    border: none;
    color: #fff;
    background: #093d88e8;
    cursor: pointer;
    border-radius: 20px;
    margin-bottom: 0;
}

input[type=submit]:hover {
    background: #0e3161
}

input {
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    margin-right: 10px; 
    border-radius: 5px;
    border: 1px solid #ddd;
    box-sizing: border-box; 
}
#processing1, #processing2, #processing3, #processing4{
    text-align: center;
}