* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: pink;
    color: #ff4081;
    font-size: 3rem;
    font-family: 'Comic Sans MS', cursive;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
}

/* Curved HBD text (if SVG is used) */
.hbd {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    text-align: center;
    font-weight: bold;
    text-shadow: 2px 2px 5px #f998b8;
}

/* Birthday message */
.wish {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: 300;
    color: #ff4081;
    text-align: center;
    margin-top: 20px;
    padding: 10px;
}

/* Video (small box style) */
.birthdayVideo {
    width: 400px;
    height: 250px;
    object-fit: cover;
    border-radius: 15px;
    box-shadow: 0 0 20px #f998b8;
    margin: 20px 0;
}
.don{
    font-size: 1.5rem;
    color: #ff4081;
    text-align: center;
    margin-top: 20px;
    padding: 10px;
}