@import url('https://fonts.googleapis.com/css2?family=GFS+Didot&family=Pinyon+Script&display=swap');
*{
    font-size: 12px;
    margin: 20px 0;
}
.invitation h1 {
    font-family: "Pinyon Script", cursive;
    font-size: 100px;
    color: #b78a55;
    font-weight: bold;
    margin: 0px 0;
}

.message {
    font-family: "Pinyon Script", cursive;
    font-size: 25px;
    margin: 0px;
}

body {
    background-color: #fdfcf8;
    text-align: center;
    color: #664229;
}

.invitation {
    font-family: "GFS Didot", serif;
    max-width: 800px;
    margin: 50px auto;
    padding: 40px;
    background: white;
    border: 3px solid #e7cba9;
    border-radius: 15px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    position: relative;
    bottom: -30px;
}

.date {
    font-family: "Pinyon Script", cursive;
    font-size: 30px;
    font-weight: bold;
    color: #d4a373;
    margin: 5px 0;
}



.flowersbg {
    position: absolute;
    width: 200px;
    top: -5px;
    left: 0px;
}

.mirrored_flowers {
    position: absolute;
    width: 200px;
    bottom: -12px;
    right: 0px;
}

.guest_list {
    /* display: none; */
    margin-top: 20px;
    padding: 20px;
    background: #fff4e6;
    border: 2px solid #e7cba9;
    border-radius: 10px;
}

.guest_list_hidden {
    display: none;
    margin-top: 20px;
    padding: 20px;
    background: #fff4e6;
    border: 2px solid #e7cba9;
    border-radius: 10px;
}
.response-form {
    display: block;
    margin-top: 20px;
    padding: 20px;
    background: #fff4e6;
    border: 2px solid #e7cba9;
    border-radius: 10px;
}

.response-form label,
.response-form select,
.response-form input {
    font-family: "GFS Didot", serif;
    font-size: 15px;
    display: block;
    margin: 10px auto;
}


.response-form button:hover {
    background: #a86f4b;
}

.response-form button {
    background: #b78a55;
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 15px;
    border-radius: 5px;
}

.response-form button:hover {
    background: #a86f4b;
}

.response-button {
    font-family: "GFS Didot", serif;
    background: #b78a55;
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 15px;
    border-radius: 5px;
    margin-top: 20px;
}

.response-button:hover {
    background: #a86f4b;
}

.thankyou {
    font-family: "Pinyon Script", cursive;
    font-size: 25px;
    color: #b78a55;
    font-weight: bold;
    margin: 100px auto;
    max-width: 600px;
    padding: 30px;
    background: white;
    border: 3px solid #e7cba9;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    border-radius: 15px;
}

.thankyou p {
    font-family: "Pinyon Script", cursive;
    font-size: 25px;
    margin: 0px;
}

.backbutton {
    background: #b78a55 !important;
    color: white !important;
    border: none !important;
    padding: 2px 10px !important;
    cursor: pointer !important;
    border-radius: 5px;
}
.backbutton:hover{
    background: #a86f4b !important;
}