html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, textarea {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    font-family: sans-serif;
    vertical-align: baseline;
    background: transparent;
}

html {
    background-color: #1A2844;
    width: 100%;
    height: 100%;
}

.Gate {
    text-align: center;
    margin: 5%;
    position: absolute;
    color: #edfaff;
    font-size: x-large;
}

.Explanation {
    margin-bottom: 5%;

}

table, th, td {
    width: 60%;
    table-layout: fixed;
    margin-left: auto;
    margin-right: auto;
}


.App {
    text-align: center;
    background: #1A2844 center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.AppHeader {
    background: rgba(22, 29, 41, 0.50);
    color: #edfaff;
    height: 50px;
    padding-top: 20px;
    text-align: center;
    font-size: x-large
}

p {
    color: #edfaff;
}

.Space {
    height: 20px;
}

.AppContent {
    align-items: center;
    justify-content: center;
    display: inline-block;
    background: rgba(90, 120, 190, 0.3);
    width: 90%;
    max-width: 1300px;
}

.TextInput {

    white-space: normal
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 50%;
    height: auto;
}

textarea {
    background-color: #edfaff;
    display: inline-block;

}