@import url('https://fonts.googleapis.com/css2?family=Playpen+Sans:wght@400;800&display=swap');


body {
  background-color: #210727;
  font-family: 'Playpen Sans', cursive;
  background-image: url(img/background.png);
  color:rgb(0, 22, 3);
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #210727;
  background-attachment: fixed;
}

header, main, footer {
  max-width: 800px;
  margin: 0 auto;
}

main {
  text-align: center;
}

#titleSentence {
  text-shadow: 0 0 7px #800080;
  font-size: 60px;
}

#introBlock {
  margin: 21px;
  background-color: #800080;
  padding: 25px;
  padding-top: 5px;
  border-radius: 21px;
  text-align: center;
}

#meetBlock {
  margin: 21px;
  background-color: #800080;
  padding: 25px;
  padding-top: 5px;
  border-radius: 21px;
  text-align: center;
}

#intro {
  font-weight: bold;
  font-size: 22px;
  background-color: #006a85;
  padding: 7px;
  border-radius: 10px;
}

#clowns {
  font-weight: bold;
  text-align:center;
  font-size: 32px;
  background-color: rgb(0, 93, 116);
  padding: 25px;
  border-radius: 10px;
}

#pfps {
  text-align: center;
  border-radius: 90px;
  margin-right: 25px;
  vertical-align: middle;
}

#ccl {
  width: 9%;
  vertical-align: middle;
  margin: 9px;
}

nav {
  margin-bottom: 20px;
}

footer {
  margin-top: 10px;
}

header, nav, footer {
  text-align: center;
}

h2 {
  text-align: center;
  font-size: 36px;
}

p, li {
  line-height: 2;
}

#back-to-top {
  display: block;
  text-align: right;
}

nav a {
  display: inline-block;
  padding: 20px;
  background-color: #75474a;
  border-radius: 5px;
  color: white;
  font-weight: 800;
}