.mainSect {
    background-color: #12171b;
    text-align: center;
    margin: -12em 2em 2em 2em;
    padding: 1em;
    border-radius: 5px;
}.mainSect h2 {
    margin: 0;
}

.dropBox {
    display: flex;
    flex-direction: column;
    background-color: #3754BE;
    height: 30em;
    border-radius: 5px;
    border: double #707070 5px;
}

.surface {
    display: flex;
    flex-direction: row;
}

.subSurface {
    flex-basis: 50%;
    margin: 1em;
}

.bigIcon {
    font-size: 4em;
}

.underText {
    margin-top: 3em;
    font-family: "asap", sans-serif;
    font-weight: 600;
    font-style: normal;
}

.options {
    text-align: left;
}

.options input[type=text], select, textarea{
    background-color:     #599dcf;
    color: #ffffff;
}

.options label{
    color: #ffffff;
}
.options h3{
    color: #ffffff;
}
button{
    color: #ffffff;
    background-color: #8337be;
}
