body {
    background-color: #fdf8ee;
    text-align: center;
}
#flowbox {
    display: flex;
    flex-flow:column;
    height: 100vh;
}
#countdown {
}
h1 {
    font-family: "Parisienne", cursive;
}
hr {
    border: 0;
    border-top: 3px solid #264E79;
    border-color: 3px solid #264E79;
    border-style: solid;
}
p {
    font-size: 22px;
    font-family: "EB Garamond";
}
a {
    color: inherit;
    text-decoration: inherit;
}
#navbar {
    display: flex;
    justify-content: center;
}
#navbar p {
    margin: 1em 2em;
    font-size: 22px;
}
#navbar p:hover {
    text-decoration: 0.2em underline;
    text-underline-offset: 0.2em;
    text-decoration-color: #B5D2DA;    
}
#currentpage {
    text-decoration: 0.2em underline;
    text-underline-offset: 0.2em;
    text-decoration-color: #CBB149;
}
#content {
    flex: 1 1 auto;
    justify-content: center;
    align-items: center;
}
#content a {
    color: #264E79;
}
#content #lodging {
    width: 80%;
    text-align: left;
    margin: auto;
}
#centerer {
    width: 40em;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
}

#centerer h1 {
    text-align: center;
}
#rsvp-button {
    border-style: solid;
    border-width: 3px;
    border-color: #264E79;
    border-radius: 0.25em;
    padding: 1em 1em;
    font-size: 20px;
    margin-left:auto;
    margin-right:auto;
    color: black;
    width: 12em;
}
#rsvp-button:hover {
    text-decoration: 0.2em underline;
    text-underline-offset: 0.2em;
    text-decoration-color: #B5D2DA;    
}
