body {

  background: rgb(234,255,0);
  background: radial-gradient(circle, rgba(234,255,0,1) 2%, rgba(234,255,0,1) 22%, rgba(0,212,255,1) 51%, rgba(233,0,		255,1) 76%, rgba(177,0,255,1) 100%);
  width:3000px;
  height:2000px;
}
.red
{
  color:red;
  background-color: blueviolet;
}
.blue
{
  color:#13068c;
  background-color: black;
}
.green
{
  color:#00ff3c;
  background-color: #fffb00;
}
.pink
{
  color: #c000ff;
  background-color: #00ffd1;
}
.purple
{
  color: #4203ff;
  background-color: #00ff3c;
}
#title {
  text-align: center;
  background: linear-gradient(45deg, #0000 calc(25% / 3), #efff47 0 calc(50% / 3), #0000 0 calc(250% / 3), #efff47 0 calc(275% / 3), #0000 0), linear-gradient(45deg, #efff47 calc(25% / 3), #0000 0 calc(50% / 3), #efff47 0 25%, #0000 0 75%, #efff47 0 calc(250% / 3), #0000 0 calc(275% / 3), #efff47 0), linear-gradient(-45deg, #0000 calc(25% / 3), #efff47 0 calc(50% / 3), #0000 0), linear-gradient(-45deg, #efff47 calc(25% / 3), #0000 0 calc(50% / 3), #efff47 0 25%, #0000 0 75%, #efff47 0 calc(250% / 3), #0000 0 calc(275% / 3), #efff47 0) #0003ff;
  background-size: 64px 64px;
  background-position: 0 0, 32px 32px;
}
#explanation
{
  text-align: center;
}

#paragraph_one {
  width: 450px;
  height: auto;

  background-image: radial-gradient(#0a00ff 5.5px, transparent 5.5px), radial-gradient(#0a00ff 5.5px, transparent 5.5px);
  background-size: 29px 29px;
  background-position: 0 0, 14.5px 14.5px;
  background-color: #000000;

  border-style: dashed groove inset dotted;
  border-width: 20px;
  border-color: #ff00b3;
  border-radius: 52px 25px 0px 19px;

  color: rgb(0, 182, 157);
  font-family: "Bodoni Moda SC", serif;
  text-shadow: #00ff3c 2px 2px 2px;
}
#paragraph_two
{
  position: relative;

  width: 450px;
  height: auto;

  background-image: repeating-linear-gradient(0deg, #00ffee, #00ffee 10px, transparent 10px, transparent);
  background-size: 22px 22px;
  background-color: #ff47e6;

  border-radius:  67px 56px 73px 5px;

  border: 20px dotted #ff02e5;
  border-right-color: #fff400;
  border-bottom-color: #763423;
  border-left-color: #221c76;

  font-family: "Ga Maamli", sans-serif;
  color: #FFF300;
  text-shadow: #00ff29 5px 5px 5px;

  left: 445px;
  bottom: 350px;
}
#paragraph_three
{
  position: absolute;

  width: 350px;
  height: auto;

  background-image: linear-gradient(#fefefe 5px, transparent 5px), linear-gradient(to right, #fefefe 5px, transparent 5px);
  background-size: 32px 32px;
  background-color: #0400ff;

  border-width: 50px;
  border-color: #ff00b3;
  border-style: dot-dot-dash groove dotted inset;
  border-radius: 74px 48px 21px 53px;

  margin-left: 50px;
  margin-right: 50px;

  font-family: "Playwrite HR", cursive;
  color: #ff10ca;
  text-shadow: #ff0000 3px 3px 3px;
  text-align: left;

  bottom: 300px;
  left: 800px;
}

#paragraph_four
{
  position: relative;

  width: 100px;
  height: auto;

  background-image: repeating-conic-gradient(from 30deg, #f4f4f4 0% 60deg, #ff00ff 0% 120deg);
  background-size: 17px 29px;
  background-color: #ff00ff;


  border-width: 15px;
  border-color: #00ffd1;
  border-style: solid;
  border-radius: 20px 34px 69px 13px;


  font-family: "Playwrite CZ", cursive;
  color: #2800ff;
  text-shadow: #ff6e00 3px 3px 3px;
  text-align: center;

  bottom: 628px;
  left: 1150px;

}
#paragraph_five
{
  position: relative;

  width: 1000px;
  height: 600px;

  background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, #ffb700 10px, #ffb700 20px);
  background-color: #00fff5;

  border-width: 60px;
  border-color: #221c76 #ff00ff #FFF300 #763423;
  border-style: solid dotted ridge dot-dot-dash;
  border-radius: 200px 300px 500px 400px;



  font-family: "Archivo Black", sans-serif;
  color: #ffffff;
  text-shadow: #000000 2px 2px 2px;
  text-align: right;

  bottom:6399px;
}
#paragraph_six
{
  position: relative;

  width: 400px;
  height: 300px;

  background:
    radial-gradient(#ff0000 49%,#0000 50%) calc(22px/-2) calc(22px/2),
    repeating-conic-gradient(from 45deg,#15ff00 0 25%,#0000 0 50%)
    calc(22px/2) calc(22px/2),
    radial-gradient(#ff0000 49%,#0000 50%),radial-gradient(#ff0000 49%,#0000 50%) 22px 22px #15ff00;
  background-size: calc(2*22px) calc(2*22px);

  border-width: 20px;
  border-color: #ff00b3;
  border-style: dotted;
  border-radius: 75px 150px 50px 90px;

  bottom: 7000px;
  left: 1700px;

}
