*{
  box-sizing: border-box;
}

body{
    background-color: #190202;
    overflow-x: hidden

}
#cursor {
    position: fixed;
    width: 45px;
    height: 45px;
    background-color: black;
    border-radius: 50%;
    pointer-events: none; /* Prevent the cursor from interfering with events */
    transform: translate(-50%, -50%);
    z-index: 150055;
  }
.container{   
    margin: auto;        
    padding-top: 30%;  
    width: 85vw; 
    height: fit-content;        
    font-family: "Lato", sans-serif; 
    background-color: #200303; 
    box-shadow: 4px 7px 10px black;  
    text-align: center; 
}
.first{  
   margin-right: 5px;
    color:#c51515;
    font-size: 225px;
    letter-spacing: .5em;
    line-height: 1.5em;
    font-weight: 900; 
}
span{
  letter-spacing: 35px;
 
}
.second{
    
    width: fit-content;
    height: fit-content;
    display: flex;
    flex-direction: column;     
    margin: auto; 
}

.countDown{  
   margin-right: 1.5em;
    display: flex;
    flex-direction: row;
    gap: 1em;    
    font-family: "Plaster", system-ui;
    font-size: 4em;
    color:rgb(62, 35, 4);   
    font-style: normal;
    
}
.time{
    
    line-height: 1em;
}

.footer {
    padding-top: 20em;
    margin: auto;
    width: 20%;
    color: rgb(118, 75, 25);
  }
 #copy {
    
    font-size: 0.75em;
    font-family: "Lato", sans-serif; 
  }
@media (max-width: 768px) {
#cursor{
  display: none;
}
.first{  
    font-size: 75px; 
    letter-spacing: 15px;  
    margin: right 4px; 
}
.countDown{      
    gap: 2em;
    font-size: 20px;
    line-height: 1.25em;
    margin-right: 2.5em;
}
.container{ 
    padding-top: 23%;
    padding-left: 12%;    
  }
.footer {
    text-align: center;
    padding-top: 20em;
    margin: auto;
    width: 50%;
  }
#copy{    
    text-align: center;
    font-size: 0.65em;
    font-family: "Lato", sans-serif; 
    line-height: 2em;
  }
}
@media (max-width: 430px){
    .container{ 
    padding-top: 23%;
    padding-left: 12%; 
    line-height: 6em;  
    }
    .first{  
    font-size: 45px;
    }
    .countDown{
        gap: 1em;
        font-size: 1em;
        line-height: 5em;
    }

}