

 body {
    margin: 0;
}

.overlay {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5); /* Black overlay with transparency */
        align-items: center;
    }

.font {
        justify-content: center;
        color: rgb(255, 255, 255);
        text-align: center;
        font-size: 8rem;
        margin-left: 1rem;
        margin-top: 26rem;
        font-family: "Arizonia", cursive;
}
    

.caption {
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 2rem;
    font-family: "Arizonia", cursive;
    margin-top: 0;
    font-weight: lighter;
}


.heading {
    color: black;
    font-family: "Great Vibes";
    text-align: center;
    font-style: italic;
    font-size: 1.5rem;
}

.message {
    color: black;
    font-family: "Great Vibes";
    text-align: center;
    font-style: italic;
    font-size: 1.7rem;
}

.happy {
    color: black;
    font-family: "Mea Culpa", cursive;
    text-align: center;
    font-weight: 100;
    font-style: italic;
    font-size: 5rem;
}
.event {
    color: black;
    font-family: "Mea Culpa", cursive;
    text-align: center;
    font-weight: 50;
    font-style: italic;
    font-size: 4rem;
    margin-top: 10px;
}

.date {
    color: black;
    font-family: "Century Gothic";
    text-align: center;
    font-style: italic;
    font-size: 2.5rem;
}
.address {
    color: black;
    font-family: "Great Vibes";
    text-align: center;
    font-style: italic;
    font-size: 1.7rem;
}

.footer {
    background: #333;
    color: white;
    text-align: center;
    padding: 20px;
    font-size: 20px;
}
.footer h2 {
    margin: 10px 0;
    font-family: "Great Vibes", cursive;
    font-size: 20px;
}
.footer a {
    margin: 5px 0;
    font-size: 20px;
    text-decoration: none;
    color: #fdf5e6;
}

.save-date {
    background: #fdf5e6;
    text-decoration: none;
}
.events {
    background: #ffefe0;
    text-decoration: none;
}

.navbar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 20px 0;
    z-index: 1000;
}
.navbar a {
    color: white;
    text-decoration: none;
    margin: 0 200px;
    margin-top: 80px;
    font-family: "Delicious Handrawn", cursive;
    font-size: 25px;
    font-weight: bold;
    transition: 0.3s;
}
.navbar a:hover {
    color: #FFFAA0;
}

