/* Here we can set styles for this lab page that we don't want to effect others pages */

/* the period in a CSS selector selects an element by class, e.g., class="minor-section" */
#content {
    background-color: #9f0000;
    width: 1450px;
    min-height: 300px;
    padding: 10px;
    margin: 15 px;
    border: ridge 15px #ffc61a;
    font-size: 20px;
}

.minor-section {
    padding: 10px;
    margin-bottom: 10px;
    border: dotted 9px #3fab00;
    background-color: #45170a;
}

h1 {
    font-family: serif;
    font-style: oblique;
    font-weight: 1000;
    color: #ffc61a;
    font-size: 250%;
}

h2 {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color:#4a9c0c;
    font-variant: small-caps;
}

h3 {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color:#000000;
    font-variant: small-caps;
}

p {
    font-family: cursive;
    font-size:85%;
    color: #c7883f;
    text-indent: 30px;
    margin-left: 10px;
}

.caption {
    font-family: cursive;
    font-size: 77%;
    text-align: center;
}

a {
    color: #ffc61a;
}

.text p {
    display: inline-block;
    max-width: 60%;
    margin: 3px;
    padding: 5px 10px;
    border-radius: 15px;
    background-color: #b7bbc1;
    color: #2a57b2;
    font-family: sans-serif;
    font-size: 0.8em;
    text-indent: 0px;
}

.text1 p {
    display: inline-block;
    max-width: 60%;
    margin: 3px;
    padding: 5px 10px;
    border-radius: 15px;
    background-color: #ffc61a;
    color: #9f0000;
    font-family: sans-serif;
    font-size: 0.8em;
    text-indent: 0px;
}

#reveal {
    text-align: right;
}

#output1 {
    text-align: right;
}

.input-output {
    border: solid 1px #000000;
    padding: 10px 10px 30px;
    background-color: #884a23;
}

.input-output p {
    font-family: serif;
    font-size:100%;
    color: #000000;
    text-indent: 0px;
    margin-left: 0px;
}

#output {
    color: #c4c4c4;
    font-variant: small-caps;
    font-size: 100%;
}

#output2 {
    color: #c4c4c4;
    font-variant: small-caps;
    font-size: 100%;
}

#output3 {
    color: #c4c4c4;
    font-variant: small-caps;
    font-size: 100%;
    text-align: center;
}

img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 500px
}

.sortinghat{
    height: 200px;
    float: left;
}

h5 {
    font-family: serif;
    font-style: oblique;
    font-weight: 1000;
    color: #ffc61a;
    font-size: 250%;
    unicode-bidi: normal;
    display:inline-block;
    margin-block-start: 0em;
    margin-block-end: 0em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}