* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html{
   
    
    width: 100%;
    overflow-x: hidden;
    min-height: 200em;
 
   
}


#light {
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
overflow-x: hidden;

}

#lamp {
  height: 300px;
}

#info{
    position: absolute;
    width: 250px; 
    height: max-content;
    right: 30px;
    background-color: white;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    gap: 0;
    gap: 2px;
    opacity: 0;
    z-index: 10;
    font-weight: 500;
    pointer-events: none;
   
}
#info div {
    font-size: 15pt;
    color: black;
    width: 100%;
    justify-self: center;
    text-align: center;
    border-bottom: 1px solid rgba(177, 174, 174, 0.226);
    
  
}

#info div:hover{
    background-color: rgb(141, 156, 156);
    transition: 0.4s ease;
   


}

#home{
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
}
#profile{
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
}


#box {
  display: flex;
  align-self: center;
  justify-self: center;
  width: 0;
  height: 0;
  border-left: 60vw solid transparent;
  border-right: 60vw solid transparent;
  border-bottom: 700px solid white;
  position: absolute;
  z-index: -1;
  top: 17em;
  background-color: none;
  left: 50%;
  transform: translateX(-50%);
  border-top: 0px;
  box-shadow: 50px 50px 50px 0px white;
  pointer-events: none;

}

#container{
      position: relative;
  width: 100%;
  /* overflow-x: hidden;  */
  height: auto; 
  left: 50%;
  transform: translateX(-50%);
}



body{
    background-color: rgba(0, 0, 0, 0.915);
    width: 100%;
    /* height: 120em; */
    margin: 0;
    padding: 0;
    position: relative;
    overflow-x: hidden;
overflow-y: hidden;


}

#summary,#summaryResult,#lottie{
 
    opacity: 0;
    display: none;
}

#finalContent{
    display: flex;
    width: 70%;
    margin: 0 auto;
    color: rgb(0, 0, 0);
    padding-bottom: 10em;
font-family: Georgia, 'Times New Roman', Times, serif;
}

#status{
    font-size: 40pt;

}


@media (min-width:300px) and (max-width:500px) {
    div.text-purple-600{
        font-size: 20px;
        padding-left: 0;
    }

    header.border-b-2 {
        padding-left: 10px;
        margin-left: 0px;
        margin-right: 0px;
        padding-right: 10px;
    }

    div.text-purple-700 {
        margin: 0 auto;
        font-size: 19pt;
        width: 80%;
        padding-left: 0;
    }

    #special{
margin-left: 0;
padding: 5% auto;
font-size: 12pt;
width: 100%;
    }
    #text {
        font-size: 40px;
    }

    #first,#second,#third{
        font-size: 22pt;
    }

    #revealUp{
        font-size: 9pt;
    }

    #upload {
        font-size: 40px;
        padding: 5% auto;
    }

    #mainBox{
        width: 100%;
       
    }

    body{
       
       width: 100%;

 
    }

    #box {
    border-left: 140vw solid transparent;
    border-right: 140vw solid transparent;
    border-bottom: 700px solid white;
    transform: translateX(-50%);
    top: 17em;

    }

    #status{
        font-size: 40px;
        margin-left: 10%;
        margin-right: 0;
        padding: 0;
      
    }
 
}

@media(min-width:500px) and (max-width:1000px){
    #box{
         border-left: 150vw solid transparent;
    border-right: 150vw solid transparent;
    border-bottom: 700px solid white;
    top: 14%;
   
    }
}