html {
  min-height: 100%;
}

body {
  /*
  * Created with https://www.css-gradient.com
  * Gradient link: https://www.css-gradient.com/?c1=7c92fd&c2=6cf3ff&gt=l&gd=dtl
  */
  background: rgba(125, 147, 253, 0.75);
  background: linear-gradient(135deg, rgba(125, 147, 253, 0.8), rgba(109, 244, 255, 0.8)), url("images/paper.png");
  
  color: white;
  font-family: Helvetica, sans-serif;
}

h1 {
  text-align: center;
  font-family: "Lobster", sans-serif;
  font-weight: 400;
  font-size: 3em;
  text-shadow: -0.75px -0.75px #e7ddff, -1.5px -1.5px #cfbbff, -2.25px -2.25px #bfa5ff , -3px -3px #af8fff;
}

h2, h3 {
  text-align: center;
}

p {
  font-size: 1.25em;
}

a {
  color: white;
  text-decoration: underline;  
}

a:hover {
 color: cyan;
}

.text-wrapper {
  width: 50%;
  margin-left: 25%;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 5px;
  border-radius: 10px;
  background: rgba(158, 116, 255, 0.33);
  box-shadow: -0.5px 0.5px black, -2.5px 2.5px black, -5px 5px black;
}

#HW {
  display: block;
  justify-content: left;
}

.back {
  text-decoration: none;
  text-align: center;
  margin: 2%;
  padding: 5px;
  border: 1px solid white;
  border-radius: 2.5px;
  
  box-shadow: -0.5px 0.5px black, -2px 2px black, -2.5px 2.5px black;
}

.back:hover {
  color: black;
  background-color: white;
}