.first {
  //color: red;
  font-family: 'Raleway', sans-serif;
  font-size:27px;
  margin: -2px 0px 0px;
  display: inline-block;
  text-shadow: 1px 1px 2px #082b34;
  text-decoration:underline;
}
.word {
  display: inline-block;
  text-decoration:underline;
}
.word::first-letter {
  font-size: 140%;
}