html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  background: linear-gradient(135deg, #99ccff, #ccffff);
  font-family: 'Comic Sans MS', Calibri, sans-serif;
  color: black;
  cursor: url('https://cur.cursors-4u.net/anime/ani-11/ani1010.cur'), auto;
}

h1, h2, h3, h4, h5, h6 {
  text-align: center;
}

body {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  background-repeat: repeat;
  background-size: cover;
  box-sizing: border-box;
  min-height: 100vh;
  background-attachment: fixed;
}

header, main, footer {
  background-color: white;
  border: 4px dashed hotpink;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 25px;
  box-shadow: none;
}

a {
  color: #0000ee;
  text-decoration: underline;
  cursor: url('https://cur.cursors-4u.net/anime/ani-11/ani1010.cur'), auto;
}

a:hover {
  color: #ff00cc;
  background-color: yellow;
  text-decoration: blink;
  cursor: url('https://cur.cursors-4u.net/anime/ani-11/ani1010.cur'), auto;
}

.ralsei-box {
  background-color: white;
  border: 4px dotted #ff69b4;
  border-radius: 12px;
  padding: 15px;
  margin: 15px auto;
  text-align: center;
  width: 150px;
}

.ralsei-box img {
  width: 80px;
  height: auto;
  display: block;
  margin: 0 auto;
}

ul {
  list-style-type: none;
  padding-left: 0;
  color: #ff3399;
  text-align: center;
}

ul li {
  margin-bottom: 10px;
}

header h1 {
  color: #ff00cc;
  font-size: 24px;
  text-shadow: none;
}

header h2 {
  font-size: 12px;
  color: black;
}

footer h1 {
  text-align: center;
  font-size: 18px;
  color: hotpink;
  text-shadow: none;
}

@keyframes ralsei-glow {
  from {
    box-shadow: none;
  }
  to {
    box-shadow: none;
  }
}
