body {
    font-size: 100%;
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
    padding-inline: 1rem;
}

h1,
h2,
h3 {
    margin: 0;
    line-height: 1.2;
    font-family: "Montserrat", sans-serif;
}

.container {
    max-width: 1160px;
    width: 100%;
}

.awesome:focus {
    outline-offset: 0.25rem;
    outline: 0.25rem solid #2491ff;
}

.awesome.medium {
    padding: 0.75rem 1rem;
}
.awesome.large {
    padding: 0.75rem 1rem;
}

.awesome.blue:hover,
.awesome.blue:focus {
    background-color: hsl(207 100% 25% / 1);
    color: hsl(207 10% 98% / 1);
}

#generatorBtn[style] {
    /* display: none; */
}

.u-flow {
    margin-top: 0;
}

.u-flow > * + * {
    margin-top: 1.5rem;
}

p {
    margin: 0;
    padding: 0;
    font-size: 1rem;
}

#blackboard_test_generator {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.alert {
    background-color: hsl(204 100% 91% / 1);
    background-color: hsl(15, 79%, 91%);
    padding: 1rem;
    border-left: 8px solid #0061a0;
    border-left: 8px solid #d24719;
}

textarea {
    margin-top: 2rem;
}

#lightbox {
    background-image: none;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    height: auto;
    border-radius: 8px;
}

/*
    .span-12 is used by the <textarea>
*/
[class^='span-']:not(.span-12) {
    width: 100%;
}