@font-face {
  font-family: 'Verdana';
  font-weight: normal;
  font-style: normal;
}

body {
  font-family: 'Verdana', sans-serif; font-weight: bold;
  background: linear-gradient(90deg, magenta, orange, yellow, lime, teal, blue, purple);
  color: #00008B; /* deep blue */
  text-align: left;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
  min-height: 100vh;
  padding: 20px;
}

h1, h2{
  text-align: center;
  text-transform: uppercase;
}

a {
  color: #0000CD;
  text-decoration: none;
}

a:hover {cursor: url('https://riddleonhermind.neocities.org/Images_1/Cursor%20test.png'), auto;
  text-shadow: 0px 0px 8px cyan;
}

.intro {
  font-size: 24px; 
  text-align: left;
}

.disclaimer {
  font-size: 16px;
  text-align: left;
}

body {
  cursor: url('https://riddleonhermind.neocities.org/Images_1/Cursor%20test.png'), auto;
}
ul, ol {
  margin-left: 0;
  padding-left: 0;
  list-style-position: inside;
  list-style-type: none;
}
ul {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none;
}
li {
  padding: 4px 0;
}
h3 {
  text-align: left;
  text-transform: uppercase;
}
.text-overlay {
  background-color: rgba(255, 255, 255, 0.95); /* semi-transparent white */
  padding: 20px;
  border-radius: 10px;
  max-width: 900px;
  margin: 20px auto;
}