body {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFF0F5;
    height: 100vh;
    margin: 0;
    font-family: 'Dancing Script', cursive;
    
}

.a1 { 
    text-decoration: none;
}

#ff{
    transition: 0.5s;
}

#ff:hover{
    font-size: 35px;
    transition: 0.5s;

}


h1 {
    color: #DD88CF;
    font-family: 'Great Vibes', cursive;
    margin: 0;
    color: #FF69B4;
}

.container {
    text-align: center;
    background: #FFEBEE;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border: 3px solid #FF69B4;
}


.title {
    color: #D81B60;
    font-size: 28px;
    margin-bottom: 20px;
}

.gif {
    width: 200px;
    border-radius: 10px;
}

.buttons {
    margin-top: 20px;
}

button {
    font-size: 18px;
    padding: 10px 20px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: 0.3s;
}

#yesBtn {
    background: #FF4081;
    color: white;
    font-family: 'Great Vibes', cursive;
}

#noBtn {
    background: #B0BEC5;
    color: black;
    font-family: 'Great Vibes', cursive;
}

button:hover {
    transform: scale(1.1);
}

#flowerCanvas {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
}
#rainCanvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
#confettiVideo {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    pointer-events: none;

    z-index: 1;
}

#rose {
height: 50px;
width: 50px;
}

.message {
    color: #D63384;
}

#tryAgainBtn{ 
    
    font-family: 'Pacifico', cursive;
}


#goodbyeBtn{

    font-family: 'Pacifico', cursive;
}


.venue-link {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #ff4d79;
    padding: 10px 15px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: bold;
}

.venue-link a {
    color: white;
    text-decoration: none;
}

.venue-link a:hover {
    text-decoration: underline;
}

