body {
    margin: 0;
    padding: 0;
    background: url("images/background.jpg") gray;
    font-size: 16pt;
    box-sizing: border-box;
}
h1 {
    font-size: 2.5rem;
}
#site-header {
    width: 100%;
    background-color: #33330020;
    border-bottom: solid 1px #939384; /* #F5F5DC; */
    margin: 0 0;
}
#site-header div {
    font-family: "Roboto", Helvetica, Arial;
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
    padding: 10px;
}
#site-header ul {
    display: flex;
    flex-flow: row wrap;
    list-style: none;
    justify-content: space-around;
}
#transition {
    line-height: 1.5em;
    font-size: 1.1rem;
    background-color:#ffddcc; 
    width:900px;
    max-width:900px; 
    margin-left:auto;
    margin-right:auto;
    padding:12px;
    border-radius:5px;
}
.main-area {
    max-width: 900px;
    margin: 20px auto;
}
#site-header a {
    color: black;
    text-decoration: none;
}
#site-header a:hover, #site-header a:focus {
    text-decoration: underline;
    color: gray;
}
#the-footer {
    font-size: .9rem;
    width: 100%;
}
#the-footer div {
    max-width: 35rem;
    margin: 100px auto;
}
#the-footer summary {
    width: 100%;
    text-align: center;
    margin: 40px auto 20px;
}