body {
background-color: #ffffff;
opacity: 0.6;
background-image: radial-gradient(circle at center center, #93eeaf, #ffffff), repeating-radial-gradient(circle at center center, #93eeaf, #93eeaf, 23px, transparent 46px, transparent 23px);
background-attachment: fixed;
}

h1 {
  color: #816082;
  font-size: 80px;
  font-family: Arial, serif;
  text-align: Center;
}

h3 {
  color: #678f68;
  font-size: 30px;
  font-family: Helvetica, sans-serif;
  text-align: Left;
}

h4 {
  font-family: "Playwrite DK Uloopet Guides", cursive;
  color: #678f68;
}

.description {
  color: black;
  font-family: "Iosevka Charon", monospace;
  font-size: 1em;
  text-align: Center;
}

.descriptiondeux {
  color: rgba(7, 8, 8, 0.7);
  font-family: "Iosevka Charon", monospace;
  font-size: 1em;
  text-align: Center;
}

nav a {
  color:#816082;
  font-family: "Iosevka Charon", monospace;
  font-size: 0.8em;
  text-align: Center;
  margin: auto;
}

.soundcloud {
  font-family: "Times New Roman", Times, serif;
  text-align: Center;
  text-decoration: none;
}

.newsletter {
  text-align: Center;
  text-decoration: none;
}

.blog {
  text-align: Center;
  text-decoration: none;
}

.mastodon {
  text-align: Center;
  text-decoration: none;
}

.systems {
  text-align: Center;
  text-decoration: none;
}

.egregore {
  text-align: Center;
  text-decoration: none;
}

a:hover {
  color:#826f8c;
}

a:visited {
  color: #816082;
}

