body {

  background-color:#5BCEFA;

}

.radial {        /*put stuff to make radial gradient behind all the text boxes here*/
  background-image:radial-gradient(circle, #000000, #000000, white, #000000, #000000);
  background-size:contain;
}


p {
  font-style:italic;
  padding:10px;
  color:#4A195C;
  text-shadow:0 0 3px white,0 0 10px teal;
  font-family:Lucida Console, serif;
}

#hide {
  color:#8314AD;
  text-align:right;
  opacity:0.05;
}

p:hover {
  font-style:normal;
  font-size:25px;
  text-shadow:0 0 2px white, 0 0 5px coral, 0 0 10px white;
  font-variant-caps:small-caps;
}

p:click {
  font-style:normal;
  font-size:25px;
  text-shadow:0 0 2px white, 0 0 5px coral, 0 0 10px white;
  font-variant-caps:small-caps;
}

#hide:hover {
  opacity:1;
}