body {
  font-family: Arial, sans-serif;
  line-height: 1.6;
  padding: 20px;
  max-width: 600px;
  background-color: rgb(245, 194, 231);
}

.text-shadow {
  font-size: 24px;
  font-weight: bold;
  text-shadow: 10px 10px 2px rgba(0, 0, 0, 0.4);
  margin-bottom: 5px;
}

.normal-text {
  font-size: 14px;
  margin-bottom: 15px;
}

.capitalize-text {
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 15px;
}

.uppercase-text {
  text-transform: uppercase;
  text-align: right;
  font-size: 14px;
  margin-bottom: 15px;
}

.lowercase-text {
  text-transform: lowercase;
  font-size: 14px;
  margin-bottom: 20px;
}

.drop-cap {
  font-size: 14px;
  clear: both;
}

.drop-cap::first-letter {
  font-size: 50px;
  font-weight: bold;
  float: left;
  line-height: 40px;
  padding-right: 4px;
  margin-top: 5px;
}

.drop-cap::first-line {
  font-weight: bold;
}
