body {
    background-color: #1c7d66;
     }

.titlebar {
    background-color: #c85523;
    font-family: Nabla;
    text-shadow: -2px -2px 0 #000, 2px -2px 0 #000,-2px 2px 0 #000, 2px 2px 0 #000;
    font-size: 300%;
    width: 800px;
    text-align: center;
    margin: 10px auto 3px auto;
    border: 5px dashed black;
    }


.textscroll {
    font-family: Bytesized;
    width: 800px;
    text-align: center;
    margin: auto auto auto auto;
}

.navcontainer {
    text-align: center;
}

.navbar {
    background-color: #c85523;
    font-family: Rammetto One;
    width: fit-content;
    padding: 10px;
    color: #1c7d66;
    text-shadow: -2px -1px 0 #000, 2px -1px 0 #000,-2px 1px 0 #000, 2px 1px 0 #000;
    font-size: 150%;
    text-decoration: underline;
    text-align: center;
    margin: 5px;
    border: 4px solid black;
    display: inline-block;

    a:link {
  color: #1c7d66;
    }

/* visited link */
a:visited {
  color: #1c7d66;
    }

/* mouse over link */
a:hover {
  color: white;
    }

/* selected link */
a:active {
  color: #1c7d66;
    }

}

.postbox {
    width: 800px;
    background-color: #c85523;
    border: 4px solid black;
    display: block;
    padding: 6px;
    margin: 10px auto;
}

.guestbox {
    width: 800px;
    height: 800px;
    background-color: #c85523;
    border: 4px solid black;
    display: block;
    padding: 6px;
    margin: 10px auto;
}

.date {
    font-family: Bytesized;
    text-align: right;
    padding: auto auto auto auto;
    margin: auto auto auto auto;
}

.posticon {
    border: 4px solid black;
    width: fit-content;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
    margin-top: 4px;
}

.postbox_title {
    width: fit-content;
    font-family: Rammetto One;
    color:#1c7d66;
    text-shadow: -2px -1px 0 #000, 2px -1px 0 #000,-2px 1px 0 #000, 2px 1px 0 #000;
    font-size: 200%;
    background-color: #ee733e;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    margin-left: 0px;
    margin-top: 0px;
    padding-right: 10px;
    padding-left: 10px;
}