.standardForm {
    background-color: white;
    padding: .5em
}

button {
    margin-top: 0.5em;
}

label {
    color: rgb(255, 102, 0);
    font-family: 'Courier New', Courier, monospace;
    font-size: 2em;
    font-weight: 600;
    text-align:left;
}

.sectionTitle {
    color:darkcyan
}

.inputBox {
    border: none;
    width:100%;
    height:100%;
    margin:0;
    font-family: 'Courier New', Courier, monospace;
    font-size: 1em;
}

.selection {
    height: 3em;
    border: solid rgb(255, 102, 0);
    font-family: 'Courier New', Courier, monospace;
    font-size: 2em;
    font-weight: 600;
    text-align:left;
    width:100%
}

.selection {
    height: 2em;
    border: solid rgb(255, 102, 0);
    font-family: 'Courier New', Courier, monospace;
    font-size: 1.2em;
    font-weight: 600;
    text-align:left;
    width:100%
}

.review {
    height: 2em;
    margin-bottom: 1.4em;
    border: solid rgb(255, 102, 0);
    font-family: 'Courier New', Courier, monospace;
    font-size: 1.8em;
    font-weight: 600;
    text-align:left;
}

.card-title{
    font-family: 'Courier New', Courier, monospace;
    font-size: 3em;
    font-weight: 600;
    color:black;
}
.type {
    width: 100%;
}

.termToTest {

    margin-bottom: 1.4em;
    border: solid rgb(255, 102, 0);
    font-family: 'Courier New', Courier, monospace;
    font-size: 1.8em;
    font-weight: 800;
    text-align:left;
}

.termToShow {
    height: 6em;
    margin: 0;
    border: solid rgb(255, 102, 0);
    font-family: 'Courier New', Courier, monospace;
    font-size: 1.8em;
    font-weight: 600;
    text-align:left;
}

#navigation {
    padding-top:1em;
    padding-bottom:1em;
}

#flashcards {
    padding-top:1em;
    padding-bottom:1em;
}

.logo {
    padding-top:0.5em;
    padding-bottom:1em;
}