* {
cursor: url(https://cur.cursors-4u.net/games/gam-4/gam372.cur), auto!important;
}
/* Page background */
html, body {
  margin: 0;
  padding: 0;
  background-color: #000000; /* Black page background */
  font-family: "Ms Ui Gothic", sans-serif;
  text-align: center;
  color: #FFCFF0; /* Default text color on black */
}

/* Centered big notice box */
.noticebox {
  position: fixed;              
  top: 50%;                     
  left: 50%;                    
  transform: translate(-50%, -50%); 
  width: 80%;                   
  max-width: 600px;             
  height: auto;                 
  background-color: #FFCFF0;    /* Pink box background */
  padding: 2rem;                
  border: double #F279C8;       
  text-align: center;           
  z-index: 9999;                
  box-shadow: 0 4px 20px rgba(0,0,0,0.2); 
  overflow-y: auto;             
  color: #55038C;               /* Text inside box */
}

/* Text inside the notice box */
.noticebox p {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.4;
}

/* Button to enter site */
.noticebox a {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.75rem 1.25rem;
  background: #55038C;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-weight: bold;
  transition: all 0.3s ease;
}
.noticebox a:hover {
  background: #F279C8;
}

.eviltext {
  font-family: "Ms Ui Gothic", sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #55038C;
  text-shadow: -1px 0 #ff3737, 0 1px #ffc080, 1px 0 #ff9900, 0 -1px #ff3737;
}
