body {
    font-family: 'Lato', sans-serif;
    padding-left: 50px; 
    padding-right: 50px;
    background-color: #91A18A
}

.example img {
    width: 70%;
    border: 1px solid black;
}

header {
    background-color: #fffebb;
    height: 130px;
    margin-top: 30px;
}
header a {
    font-family: 'Libre Baskerville', serif;
    font-size: 36px;
    padding-top: 55px;
    padding-left: 15%;
    display: block;
    text-decoration: none;
    /* text-align: center; */
}

header a:visited, p a:visited {
    text-decoration: none;
    color: black;
}

nav {
    height: 35px;
    padding: 10px 0 0 0;
    margin: 0px;
    background-color: #656565;
    color: #fff;
    font-weight: bold;
    /* text-align: center; */
}
nav a {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    width: fit-content;
    text-align: left;
}

nav a:first-child {
    padding-left: 15%;
}

nav a:first-child, nav a:nth-child(2), nav a:nth-child(3), nav a:nth-child(4) {
    margin-right: 2%;
}

nav a:hover {
    color: #fff;
    text-decoration: underline;
}
/* .active, a:hover.active {
    text-decoration: underline;
} */


.container {
    background-color: #fff;
    margin-top: 0px;
    text-align: center;
    padding: 30px 20px 120px 20px;
}
.container h3 {
    margin: 0;
    text-align: center;
}
.container p {
    width: auto;
    line-height: 1.5;
    padding: 0;
    /* background-color: aliceblue; */
}
.container p a, .container p a:visited {
    color: darkcyan;
    text-decoration: none;
}
.container p a:hover {
    text-decoration: none;
    color: turquoise;
}
.container .adjust {
    text-align: justify; 
    /* background-color: antiquewhite; */
}
.container .text-block {
    /* background-color: blueviolet; */
    width: 100%;
}

.container .text-block ol {
    width: 100%;
    text-align: left;
}
.container .text-block li {
    width: 100%;
    line-height: 1.5;
}

.container button, input[type=submit] {
    background-color:#656565;
    color: #fff;
    font-weight: bold;
    border: 0;
    border-radius: 6px;
    height: 40px;
    line-height: 40px;
    /* width: fit-content; */
    padding-left: 10px;
    padding-right: 10px;
    display: inline-block;
}

input[type=submit] {
    cursor: pointer;
}

.container button a {
    color: #fff;
    text-decoration: none;
}

/* .container ul {
    list-style-type: none;
    margin-bottom: 30px;
}
.container li {
    line-height: 50px;
    display: inline-block;
    height: 50px;
    width: 150px;
    text-align: center;
    padding: 0;
}

.container li:hover {
    background-color: aliceblue;
} */

footer {
    text-align: center;
    background-color: #FDB63F;
    height: 60px;
    margin-top: -80px;
    margin-bottom: 50px;
}

footer p {
    margin-top: -18px;
    padding-top: 18px;
}

.output-box {
    display: block;
    width: 100%;
    /* background-color: aliceblue; */
    text-align: center;
}

.output-table {
    margin-top: 20px;
    margin-bottom: 30px;
    width: 100%;
    /* background-color:cornsilk; */
    /* remove all border */
    border-collapse: collapse; 
}

.output-table tr {
    /* height: 30px; */
    line-height: 40px;
    font-size: small;
}

.output-table tr:first-child {
    background-color: aliceblue;
    /* text-decoration: underline; */
}

.output-table a, .output-table a:hover, .output-table a:visited {
    color: black;
    text-decoration: none;
}

.output-table a:hover {
    color:#FDB63F;
}

.full-width {
    margin: 0;
    padding: 0;
    width: 100%;
}

.note {
    margin-top: 55px;
    text-align: left;
    font-size: smaller;
    font-style: italic;
    color: lightslategray;
}

@media screen and (min-width: 1000px) {
    /* nav a {
    } */
    .adjust {
        text-align: justify;
    }
    header {
        margin-right: 0;
        margin-left: 10%;
        padding-right: 0;
        padding-left: 0;
        width: 80%;
    }
    nav {
        margin-right: 0;
        margin-left: 10%;
        padding-right: 0;
        padding-left: 0;
        width: 80%;
    }
    .container {
        margin-right: 0;
        margin-left: 10%;
        padding-right: 0;
        padding-left: 0;
        width: 80%;
    }
    .container .text-block {
        margin-left: 15%;
        margin-right: 15%;
        width: 70%;
    }
    footer {
        width: 80%;
        margin-left: 10%;
    }
}