   @import url('https://fonts.googleapis.com/css2?family=Fontdiner+Swanky&family=Short+Stack&display=swap');
    
    body {
      background-image: linear-gradient(rgba(157, 14, 14, 0.309), rgba(255, 228, 52, 0.296)), url("https://file.garden/akw6mvl3EEL7bKF7/cross");
      background-color: black;
      cursor: url('https://file.garden/akw6mvl3EEL7bKF7/verity%20cursor.gif'), auto;
    }
      
a, button, input[type="submit"], [role="button"] {
  cursor: url('https://file.garden/akw6mvl3EEL7bKF7/hover.png'), auto;
}

 .neocitiesbutton {
    display: inline-block;
   width: 110px;
  transition: width 1s;
}

.neocitiesbutton:hover {
  width: 140px;
}

#MKsquish:hover {
   cursor: url('https://file.garden/akw6mvl3EEL7bKF7/hover.png'), auto;
}
    
    .star {
	position: fixed;
	pointer-events: none;
}

.star:before, .star:after {
	position: absolute;
	top: 0;
	left: 0;
	content: '\2726';
	font-size: 9px;
}

.star:before {
	color: transparent;
	text-shadow: 0 0 3px rgb(226, 168, 220);
}

.star:after {
	background: #a7b3f0;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

    .header {
      color: #edb27b;
      text-align: center;
      font-family: "Fontdiner Swanky", serif;
  font-weight: 400;
  font-style: normal;
    }

     .simple {
      color: #b3dfda;
      text-align: center;
       font-family: "Short Stack", serif;
  font-weight: 800;
  font-size: 15px;
  font-style: normal;
    }

 .updatelog {
  list-style-type: none;
  padding: 1px;
  text-align: center;
}

.updatelog li {
  font-family: "Short Stack", serif;
  color: #db86b1;
  font-weight: normal;
  display: block;
  transition: transform 0.5s ease, font-weight 0.5s ease;
  margin: 8px 0;
}

.updatelog li:hover {
  font-weight: bold;
  transform: scale(1.05);
  color: #e8a9bc;
}
  
    .container {
      background-color: white;
      border-radius: 30px;
      border: 5px solid #f5b2d1;
      padding: 20px;
      max-width: 550px;
      margin: 40px auto;
    }

    .nav-links {
      list-style-type: none;
      padding: 1px;
      text-align: center;
    }

    .nav-links li {
      margin: 12px 0;
    }

   .nav-links a {
  font-family: "Short Stack", serif;
  text-decoration: underline;
  font-weight: normal;
  display: inline-block;
  transition: transform 0.5s ease, font-weight 0.5s ease;
}
    
    .nav-links a:hover {
  font-weight: bold;
  transform: scale(1.15);
    }

    .nav-links li:nth-child(odd) a {
      color: #db86b1;
    }

    .nav-links li:nth-child(even) a {
      color: #a64173;
    }

    .updatelog li:nth-child(even) {
      color: #db86b1;
    }

    .updatelog li:nth-child(odd) {
      color: #a64173;
    }