body {
    background: #cbb79c;
    justify-content: center;
    align-items: center;
    margin: 0;
}
header {
    background-color: #64563c;
    color: #dcd6ca;
    padding: 1px 1px;
    text-align: center;
}
h1 {
    font-family: "Cinzel", serif;
    font-size: 48px;
    font-weight: bold;
    line-height: 0.4;
    letter-spacing: normal;
    text-align: center;
    margin-top: 1;
}
h2 {
    font-family: "Libre Baskerville", serif;
    font-size: 30px;
    font-weight: 100;
    line-height: 1;
    letter-spacing: 1px;
    color: #8e5b30;
    text-align: center;
    padding: 0;
}
p {
    font-family: "Georgia", serif;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 1px;
    padding: 2px;
    margin: 2px auto;
    max-width: 900px;
    text-align: center;
    color: #260b00;
}
form {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
}
input[type="text"] {
    vertical-align: middle;
    margin: 5px 10px 5px 0;
    padding: 10px;
    background-color: #dcd6ca;
    border: 1px solid #260b00;
    color: #260b00;
    font-family: "Georgia", serif;
    font-size: 10px;
}
input[type="button"] {
    padding: 10px 20px;
    background-color: #939789;
    border: 1px solid #939789;
    color: #e6eff8;
    font-family: "Georgia", serif;
    font-size: 15px;
}
div {
    font-family: "Libre Baskerville", serif;
    font-size: 25px;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 1px;
    color: #64563C;
    text-align: center;
    padding: 0;
}
