html, body {
    min-height: 100vh;
    margin: 0;
    padding: 0;
    background-color: #ffa061 !important;
    background-image: none;
}

body {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

.main-bg {
    background-size: 100%;
    background-repeat: repeat;
    text-align: center;
}

.content-body {
    display: inline-block;
    height: auto;
    background-color: transparent;
}

#title-region {
    width: 100%;
    text-align: center;
    padding-top: 30px;
    font-size: 35px;
}

#hunt-title {
    width: 100%;
    max-width: 325px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.white-bg {
    background-color: rgba(255, 255, 255, 0.5);
    width: 1000px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding: 0px 20px 15px;
    font-family: 'Nunito', sans-serif;
    overflow: auto;
}

.top-content-area {
    text-align: center;
    margin-left: 10px;
    margin-right: 10px;
    padding-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
}

.main-bg table {
    margin-left: auto;
    margin-right: auto;
}

.navigation-links{
    text-align: left;
    font-size: 16px;
}

.subsection {
    text-align: left;
}

.main-bg p {
    margin-top: auto;
    margin-bottom: auto;
}

.main-bg a {
    color: #000000;
    text-decoration: none;
}

.main-bg a:hover, a:focus {
    text-shadow: 0 0 3px #ffa061;
    color: var(--accent);
    text-decoration: underline;
}

.main-bg hr {
    border-color: #000000;
    margin-top: 5px;
    margin-bottom: 15px;
}

.meta {
    font-size: 26px;
}

.header {
    font-size: 40px;
    font-style: italic;
    padding-top: 10px;
    text-align: center;
    padding-bottom: 15px;
}

.puzzle-area {
    position: absolute;
    width: 100%;
    font-size: 22px;
}

#footer_image {
    width: 100%;
    margin-top: 10px;
    vertical-align: middle;
}

#footer_content {
    vertical-align: middle;
}

#footerDiv {
    background-color: rgb(95, 70, 0);
    height: 50px;
    margin: 0px;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    font-family: 'Nunito', sans-serif;
    display: flex;
    align-items: center;
    justify-content: center;
}

#jane_street {
    width: 120px;
    margin-left: 5px;
}