.style1 {
  font-size: 20px;
  color: #e23131;
  letter-spacing: .2em;
  text-shadow: 2px 2px #1f0505;
}
.style2 {
  font-size: 30px;
  color: #00ffcc;
  text-transform: lowercase;
}
.style3 {
  font-size: 32px;
  color: #9966ff;
  font-weight: 800;
  word-spacing: .01em;
}

.style4 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-style: oblique;
  color: #d99a2d;
  letter-spacing: .2em;
  text-shadow: 2px 2px #8c36bb;
  text-transform: uppercase;
}

.style5 {
  color: #eed40c;
  font-family: "Euphemia UCAS Bold";
  font-size: 34px;
  font-style: italic;
  font-weight: bold;
}

.newstyle {
  color: #c85bbb;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 26px;
  font-style: italic;
  text-transform: lowercase;
  text-shadow: 2px 2px #36bb46;
}