body {
    background-color: black;
    color: aliceblue;
}

main {
    margin-left: 150px;
    margin-right: 150px;
    overflow: auto;
    padding-left: 2em;
    padding-right: 2em;
    display: block;
}

header {
    color: #FFFFFF;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    height: 75px;
    text-decoration: underline overline;
}

h1 {
    font-size: 4em;
    letter-spacing: 0.25em;
    text-align: center;
    padding-top: .5em;
}

h2 {
    color: #be8a45;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 2.5em;
    letter-spacing: 0.1em;
    text-align: center;
    height: 25px;
}

h3 {
    text-decoration: underline;
    color: ghostwhite;
    font-size: 2.5em;
}

h4 {
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 1.2em;
    height: 25px;
    text-align: center;
}

#textformat1 {
    width: auto;
    text-align: left;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 2em;
    text-wrap: wrap;
    letter-spacing: .05em;
    float: none;
}

#textformat2 {
    width: auto;
    height: auto;
    text-align: center;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 1em;
    text-wrap: wrap;
    letter-spacing: .025em;
    float: none;
}

ul {
    list-style-type: none;
    font-size: 1.1em;
}

.lead {
    font-size: 1.25em;
    letter-spacing: .02em;
}

.links {
    outline: auto;
    margin: 5px 5px 5px 5px;
    background-color: #000000;
    background-image: linear-gradient(to bottom, #000000, #3f2d14);
}

a {
    color: blanchedalmond;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 1.2em;
}

#image1 {
    height: 300px;
    background-image: url(image1.png);
    background-size: 100% 100%;
    padding-left: 10%;
    padding-top: 10%;
    padding-bottom: 10%;
    align-self: center;
    background-repeat: no-repeat;
}

#image2 {
    float: inline-start;
    background-image: url(image2.png);
    background-size: 100% 100%;
    height: 75px;
    width: 75px;
    padding: 75px 75px 75px 75px;
    margin: 2px 2px 2px 2px;
    background-position: left center;
    background-repeat: no-repeat;
}

#topbutton {
    float: right;
    margin: 12px 15px 10px 10px;
    font-size: 1.5em;
    font-weight: bolder;
    text-align: center;
    padding-top: 7px;
    border-style: dotted;
    width: 100px;
    height: 50px;
    background-color: #181301;
}

#wrapper {
    background-color: #111111;
    background-image: linear-gradient(to bottom, #000000, #444444);
    box-shadow: 5px 5px 5px;
    min-width: 960px;
    max-width: 2048px;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}

footer {
    margin: 0 0 0 170px;
    padding: 1em;
    letter-spacing: .1em;
    font-size: small;
    font-style: italic;
    text-align: center;
}

* {
    box-sizing: border-box;
}
