html {
  height: 100%;
}

body {
  background: linear-gradient(to bottom right, rgb(255, 0, 0), rgb(255, 127, 0), rgb(255, 255, 0), rgb(0, 255, 0), rgb(0, 255, 255), rgb(0, 0, 255), rgb(255, 0, 255));
  background-size: 100% 100%;
  background-attachment: fixed;
}

.text-dashed {
  text-decoration: underline;
  text-decoration-style: dotted;
  text-underline-offset: 0.2em;
}

.text-no-underline {
  text-decoration: none;
}

.text-shadow {
  text-shadow: 0px 0px 4px #000000, 0px 0px 8px #000000, 0px 0px 12px #000000, 0px 0px 16px #000000;
}

.bg-footer, .bg-header {
  background-color: #666666;
}

.download-icon {
  font-size: 2em;
}


