*{margin: 0;padding: 0;}

body{
    background-image:radial-gradient(#503e4a 27%, #40384b 71%);
    overflow: hidden;
}
header{
    width: 100%;
}

.top{
    width: 100%;
    height: 10vh;
    display: flex; 
    justify-content: space-around;
    align-items: center;
}

.logo{
    display: inline;
    left: 0;
    justify-content: center;
    align-content: center;
    width: 100%;
    color: cornsilk;
    padding-left: 100px;
    box-sizing: border-box;
}

.logo h1{
    text-transform:uppercase;
    font-weight: 1.6rem;
    font-family:Arial, Helvetica, sans-serif;
}

main{
    max-height: 80vh;
    display:flex;
    justify-content: space-around;
    align-items: center;
}

.container{
    height:35vh;
    width:70vw;
    padding: 5px;
    border-radius:0px 0px 10px 10px;
    display:flex;
    justify-content: space-evenly;
    align-content: center;
    background: black;
    left: 0;
}
.diwali{
    height:35vh;
    width:70vw;
    padding: 5px;
    position: relative;
    border-radius:10px 10px 0px 0px;
    display:flex;
    justify-content: center;
    align-content: center;
    background: black;
}
.lhs{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content:center;
    height:40vh;
    width: 100%;
    row-gap:5px;
}
.lhs h6{
    margin-top: 0%;
    margin:1px;
    font-size:20px;
    color:#ddd;
}
.lhs h3{
    margin:1px;
    font-size:20px;
    color:#B19FFF;
}
.lhs h1{
    margin: 1px;
    font-size:70px;
    color:#ddd;
    font-family: 'Kaushan Script', cursive;
    left: 0;
}
.credit a{
    text-decoration: none;
    color: #ddd;
    font-weight: 800;
} 
.credit{
    color: #ddd;
    text-align: center;
    height: 10vh;
    margin-top: 10px;
    font-family: Verdana,Geneva,Tahoma,sans-serif;
}
.credit span{
    color:tomato;
    font-size:20px;
}
.red-text {
    font-family: 'Copperplate', 'Cinzel', serif;
    color: #ff0000;
    font-size: 46px;
    text-align: center;
    font-weight: bold;
    position: absolute; 
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  canvas{
    display:block;
    left:0;
    position:absolute;
    top:10px

}
  audio{position:fixed;
    display:none;
    bottom:0;
    left:0;
    right:0;
    width:100%;
    z-index:5
}  
.diwali img{
    left: 0;
    max-width: 62.5%;
    max-height: 62.5%;
   }
.diya{
    height:10vh;
    width: 100%;
    background-color: black;
    display: flex;
    justify-content: center;
    align-content: center;
    

}
.diya img{
    height:55px;
    width:55px;
}
