nav{margin:0;
    display:flex;
    height:80px;
    background: #e67839;
    background: rgba(230, 120, 57,0.3);
    display:flex;
    justify-content:space-around;
    align-items: center;
   
    /* padding: 0.1rem; */

}
body{
    padding:0;
     font-family:  cursive; 
     background-color: #ffb657; 
    margin:0;
    /* background-image: url('https://github.com/srakkk/deepavali/blob/main/firework_forbg.png?raw=true'); 
    background-repeat:repeat; */

    background-color:  rgb(131,58,180);
    background: linear-gradient(90deg, rgba(131,58,180,1) 0%, rgba(148,62,159,1) 0%, rgba(164,70,65,0.8662815467984069) 0%, rgba(224,78,65,0.846673703661152) 30%, rgba(253,84,29,0.846673703661152) 54%, rgba(252,176,69,0.8074580173866421) 100%);


}
html {
    margin:0;
    padding:0;

}

main{
    display: flex;
    flex-direction: column;
    /* justify-content:space-around; */
    /* align-items: center; */
    margin: 2vw;
}

.content{
    display: flex;
    align-items: center;
    background-color:#e67839;
    background: rgba(230, 120, 57,0.5);
    flex-wrap:nowrap ;
    margin:1rem
    /* background-image: url('https://github.com/srakkk/deepavali/blob/main/pattern-bg.jpg?raw=true'); */
   
      

    
    /* https://github.com/srakkk/deepavali/blob/main/diya_hanging.png?raw=true */
    
     /* background-blend-mode: lighten; */
     /* background-image: url("https://github.com/srakkk/deepavali/blob/main/pattern-bg.jpg?raw=true"), background-color; */

    
}
/* .content background-image{
   
        mix-blend-mode:lighten; */



.c1{width:55vw;
    display:flex;
    flex-direction: column;
    justify-content:space-between;
    font-size: 1.5rem;
    padding:1rem;

}
.c2 img{width:25vw;
    padding:0.5rem;

}

.title{
    font-size: 3rem;
    font-family: 'Ms Madi', cursive;
    
    margin-left: 1rem;
}

.subtitle{
    /* background-color:#c87241; */
    font-size: 2.2rem;
    /* width: fit-content; */
    /* margin-top: 0.5rem;
    padding-left: 0.3rem;
    padding-right:0.3rem; */
}
/* width: 300px;
height: 100px;
border: 1px solid blue; */

a{
    text-decoration: none;
    font-size: 1.5rem;
    color:white;
}
a:hover{
    text-decoration: underline;
    color:whitesmoke;

}

.card3{
    width: 50px; 
    margin-left: 30px;
    cursor:pointer;
}