.click-button {
   padding-top: 20px;
   padding-bottom: 20px;
   width: 300px;
   margin-top: 100px;
   margin-bottom: 30px;
  font-size: 25px;
  margin-left: 470px;
  font-weight: bold;
  background-color: #FF669C;
  color: royalblue;
  border: none;
  border-radius: 5px;
  border: 2px solid black;
  cursor: pointer;
  transition: background 0.3s;
}

.click-button:hover {
  background-color: #0056b3;
    color: black
}





body {
  font-family: Arial;
  background: black;
}

.box {
  width: 400px;
  margin: 100px auto;
  background: royalblue;
  padding: 20px;
  border-radius: 10px;
  height: 400px;
  box-shadow: 5px 10px 30px 10px royalblue;
}
h1 {
  text-align: center;
  color: black;
  font-size: 50px; ;
}
input {
  width: 90%;
  padding: 20px;
  margin: 8px 0;
  border-radius: 10px;
}

.password-box {
  position: relative;
}

.eye {
  position: absolute;
  right: 15px;
  top: 20px;
  cursor: pointer;
}

button {
  width: 80%;
  padding: 10px;
  background: black;
  color: white;
  border: none;
  margin-top: 10px;
border-radius: 10px;
margin-left: 40px;
}



/* ************************ COUNTER ************************ */
.counter-box {
  font-size: 50px;
  text-align: center;
  margin: 20px;
}

.buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
}


body {
  font-family: Arial, sans-serif;
  background: #f2f2f2;
}


.counter-box {
  width: 100px;
  margin: 0 auto 20px;
  padding: 20px;
  font-size: 32px;
  background: white;
  border: 2px solid #007bff;
  border-radius: 8px;
}

.buttons button {
  padding: 10px 20px;
  margin: 5px;
  font-size: 16px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
}

#incrementBtn {
  background: #28a745;
  color: white;
  font-size: 30PX;
}

#decrementBtn {
  background: #dc3545;
  color: white;
  font-size: 30PX;
}

#resetBtn {
  background: #ffc107;
  color: white;
  font-size: 30PX;
}


/* ************************ EVEN ODD ************************ */

.input-box {
  text-align: center; 
}
.input-box input {
  width: 200px;
  padding: 10px;
  font-size: 18px;
  border-radius: 5px;
  border: 2px solid #007bff;
  display: inline-block;
}

.answer-box {
  margin-top: 20px;
  font-size: 20px;
  color: #28a745;
  font-weight: bold;  
  text-align: center;
  height: 50px;
  border:3px solid royalblue;
  width: 220px;       
  margin: 15px auto;  
  text-align: center; 
}

/* ************************** EVEN ODD END ************************ */

/* *****************************newpage************************* */
.newpage {
    background: #000;
}
#np{
 max-width: 600px;      
  margin: 0 auto;
  margin-top: 40px;       
  text-align: center;    
  font-size: 22px;       
  line-height: 1.6;      
  color: royalblue;
font-size: 30px;
}




.main-div {
  display: flex;           
  justify-content: center; 
  align-items: center;     
  gap: 20px;               
  padding: 20px;
}

.child-div {
  flex: 1;               
  max-width: 300px;      
}

.child-div img {
  width: 100%;            
  height: auto;          
  border-radius: 10px;   
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
}
