small {
    display: block;
}

h1 {
    font-size: 1.8em;
}

h2 {
    font-size: 1.4em;
}

.not-shadowed {
    text-shadow: 0 0 0 rgb(0, 0, 0);
}

.text-success {
    color: rgb(10, 125, 45);
}

.e-form-box {
    padding: 2em 1em;
    background-color: rgba(255, 255, 255, .33);
    margin: 1em auto;
    display: flex;
    flex-direction: column;
    gap: 1.5em;
}

.e-form-box section {
    flex: 1 1 300px;
}

@media screen and (min-width: 1024px) {
    .e-form-box {
        flex-direction: row;
    }
}
