body {
   background-image: url(../images/rainbowdark.jpg);
   background-color: black;
   color: whitesmoke;
}

.crystal-img:hover {
   filter:drop-shadow(0 0 15px white);
}

.crystal-img:visited {
   border: none;
}

.crystal-img:active {
   opacity: .5;
}

h1 {
   font-family: 'Poiret One', cursive;
   border-bottom: 2px solid purple;
   width: 550px;
   text-align: center;
   color: goldenrod;
   margin-top: 20px;
}

h2 {
   font-family: 'Poiret One', cursive;
   color: goldenrod;
}

p {
   font-family: 'Quattrocento Sans', sans-serif;
   font-size: 14pt;
   color: olive;
   margin-top: 10px;
}

#crystals {
   margin-left: 215px;
   margin-right: 215px;
}

.score {
   max-width: 960px;
   border-bottom: 2px solid purple;
}

footer {
   border-top: 2px solid goldenrod;
}
