body {
    position: relative;
    background-color: #d3b37a;
    font-family: "EB Garamond", serif;
    margin: 0;
    min-height: 100vh;
white-space:nowrap;
overflow: auto;
-webkit-overflow-scrolling: touch;
    display: flex;
    flex-direction: column;
}

.container {
    position: relative;
    z-index: 1;
    max-width: 768px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 1vh;
    padding: 1rem;
}

.info-container {
    font-size: 2.5vh;
    font-weight: 400;
    text-align: center;
}

.flourish-container {
    background: url('./flourish.svg') center/contain no-repeat;
    width: 100%;
    aspect-ratio: 8 / 1;
    max-height: 60px;
    margin: 2rem 0;
}

.tolkien-container {
    font-size: 2.0vh;
    font-style: italic;
    font-weight: 400;
    text-align: center;
    margin: 2rem 0;
}

body::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url('./milkweed.svg') center/cover no-repeat;
    opacity: 0.03;
    pointer-events: none;
    max-width: 100vw !important;
}

.header {
    font-size: 4vh;
    font-weight: 600;
    text-align: center;
    margin: 12px 0 12px 0;
}

.invitation-lg {
    font-style: italic;
    font-size: 3vh;
    font-weight: 600;
    text-align: center;
}

.invitation-md {
    font-style: italic;
    font-size: 2.5vh;
    font-weight: 600;
    text-align: center;
}

.dayof {
    font-size: 6vh;
    font-weight: 600;
    text-align: center;
}
