.container{
    background-image: url(bg3.jpg);
    background-size: cover; /* Ensures the image covers the entire element */
    background-position: center; /* Centers the image */
    background-repeat: no-repeat; /* Prevents image repetition */
    height: 100vh;

}

.save{
    text-align: center;
    
}

.save img{
    width: 60%;
    margin-top: 110px;
}

.date{
    color: #fff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 50px;
    font-family: "Sour Gummy", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings:
      "wdth" 200;
}

.date01 .date02 .date03 {
    text-align: center;
}

.date01{
    padding: 0 10px;
    text-align: center;
    font-size: 30px;
    line-height: 23px;
    letter-spacing: 3px;
}

.date01 span{
    font-size: 13px;
    letter-spacing: 0px;
}

.date02{
    border-width: 1px;
    border-left: solid;
    border-left-color: #fff;
    padding: 0 10px;
    margin: 0;
    font-size: 70px;
    line-height: 46px;
}

.date03{
    border-width: 1px;
    border-left: solid;
    border-left-color: #fff;
    padding: 0 10px;
    text-align: center;
    font-size: 30px;
    line-height: 25px;
}

.date03 span{
    font-size: 23px;
    letter-spacing: 0px;
}

.names{
    font-size: 40px;
    color: #fff;
    font-family: "Zain", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 40px;
    text-align: center;
    margin-top: 60px;
    font-weight: bold;
}