@import url(fonts.css);
*{
    padding: 0; margin: 0;
    box-sizing: border-box;
    text-decoration: none;
    list-style: none;
    outline: none;
    border: none;
    background: #f5f3ef;
    
}
header{
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
    padding: 100px 0 150px 0;
}
.section {
    position: relative;
    padding: 40px 20px;
}
.dropdown a{
    color: black;
    background: #fff;
    padding: 10px 15px;
    font-size: 16px;
    border: 2px solid #7e0d1f;
    border-radius: 5px;
    cursor: pointer;
}
.flex{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.rose{
    max-width: 100px;
    margin-top: 30px;
}
.invitation-names {
    font-size: 48px;
    font-style: light;
    font-weight: 100;
    margin-top: 30px;
}
.invitation-welcome {
    font-family: M5;
    font-weight: 500;
    font-size: 36px;
    text-align: center;
    max-width: 500px;
    width: 100%;
    color: #7e0d1f;
    line-height: 1.4;
    white-space: pre-line;
}
.element {
    font-family: M5;
    font-size: 22px;
    color: rgb(126, 13, 31);
    text-align: center;
    margin-top: 15px;
    line-height: 1.5;
}
.mt-30{
    max-width: 600px;
    width: 100%;
    border-radius: 10px;
    margin-top: 30px;
}
body{
    justify-content: center;
}

.invitation-dateHint {
    font-family: M5;
    color: #7e0d1f;
    font-weight: 500;
    font-size: 36px;
    text-align: center;
}
.mt-30 {
       /* font-size: 22px; */
    margin-top: 10px;
    margin-top: 30px;
}

.schedule-time-7 {
    font-size: 32px;
    color: #7e0d1f;
    text-align: center;
    margin-top: 30px;
}
.schedule-numbers {
    gap: 15px;
    align-items: center;
    position: relative;
}
.schedule-number-secondary {
    scale: .8;
    opacity: .4;
}
.schedule-number-main>span {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 32px;
    font-weight: 700;
}
.schedule-number-main>img, .schedule-number-main>svg {
    width: 120px;
    height: 120px;
}
.flex {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.heartLine {
    position: absolute;
    left: 0;
    top: 70px;
    max-width: 350px;
}
img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
}
.schedule-number {
    padding: 25px 20px;
    border: 2px solid #7E0D1F;
    border-radius: 10px;
    font-size: 28px;
    height: -moz-fit-content;
    height: fit-content;
    min-width: 70px;
    text-align: center;
}

.mt-30 {
    margin-top: 30px;
}
.flex-alt {
    display: flex;
    justify-content: center;
}
.header-2 {
    font-size: 32px;
    font-weight: 500;
    font-style: italic;
    color: #7e0d1f;
    font-family: Georgia, Times New Roman, serif;
}
.section-center {
    text-align: center;
}
.location, .dresscode, .rule
 {
    font-size: 22px;
    max-width: 600px;
    margin: 30px auto;
    line-height: 1.6;
}
@media (max-width: 768px) {
    .invitation-names {
        font-size: 38px;
        text-align: center;
        width: 100%;
        padding: 0 15px;
    }
}