body {
    font-family: "Roboto", sans-serif;
    text-align: center;
}

.header {
    display: flex;
    width: 100%;
    text-align: center;
    align-items: center;
    justify-content: space-evenly;
    margin-top: 15px;
    margin-bottom: 15px;

}

.header img {
    width: 45%;
}
.alert{
    color: red;
    font-size: 2em;
    width: 80%;
    margin: auto;
    background-color: rgba(255, 0, 0, 0.1);
    text-align: left;
    border-radius: 2em;
    padding: 3em;
    margin-bottom: 1em;
}
.section_submit input {
    background-color: red;
    color: white;
    font-size: 2em;
    border: none;
    border-radius: 3em;
    padding: 0.5em;
    font-family: 'Roboto';
    font-weight: 700;

}

.section_submit {
    background-color: rgba(255, 0, 0, 0.1);
    display: flex;
    width: 75%;
    border-radius: 8em;
    color: red;
    font-size: 1em;
    margin: auto;
    margin-bottom: 2em;

}

.section_submit p {
    margin-left: 5em;
    margin-right: 5em;
    font-size: 1.5em;
    text-align: left;

}

.subHeader {
    display: flex;
    width: 80%;
    text-align: center;
    align-items: center;
    justify-content: space-evenly;
    background: #2A7B9B;
    background: linear-gradient(90deg, rgb(241 255 244) 0%, rgb(226 236 255)100%);
    border-radius: 5;
    text-align: center;
    margin: auto;
    padding: 2em;
}
.subHeader img {
    width: 45%;
}
.subHeader p {
    color: rgb(0, 151, 178);
    font-size: 2em;
    text-align: left;

}

.bigTitle {
    font-size: 3em;
    color: rgb(58, 68, 98);
    font-weight: 800;
    flex-grow: 1;
}
.headimg{
    width: 50%;
}
.section {
    text-align: left;
    margin: auto;
    margin-bottom: 1em;
    width: 75%;
    font-size: 2em;
    display: flex;

}
.link{
    color: white;
    text-decoration: none;
    font-size: 2em;
}
.link:hover{
    color:rgb(125, 182, 192);
}
.preHeader {
    padding: 2em;

    background-color: rgb(0 151 178);
}

form {
    margin-top: 4em;
}

.section input {
    margin-left: 2em;
    flex-grow: 1;
    background-color: rgb(246 246 248);
    border: none;
    border-radius: 5px;
}

.section select {
    margin-left: 2em;
    flex-grow: 1;
    background-color: rgb(246 246 248);
    border: none;
    font-size: 1em;
    border-radius: 5px;
}

.section textarea {
    margin-left: 2em;
    flex-grow: 1;
    background-color: rgb(246 246 248);
    border: none;
    border-radius: 5px;
}

.bottom img {
    width: 100%;
}
.mandatory{
    text-align: left;
    font-size: 2em;
    color:rgb(125, 182, 192);
    width: 75%;
    margin: auto;
    margin-bottom: 19px;
}