body {
  background-color: black;
  color: #cc0029;
  font-family: "Oooh Baby", cursive;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
}

h1 {
  font-size: 2.8em;
  margin-top: 60px;
  text-transform: lowercase;
}

.subtext {
  color: #555;
  margin-top: -10px;
  margin-bottom: 80px;
}

.section {
  margin-top: 100px;
}

h2 {
  font-size: 1em;
  letter-spacing: 5px;
  margin-bottom: 30px;
}

.thoughts p {
  margin: 25px 0;
  transition: color 0.4s ease;
}

.thoughts p:hover {
  color: #ff3355;
}


.whisper {
  color: #333;
  font-size: 0.8em;
  letter-spacing: 3px;
  margin-top: 60px;
}

img {
  margin-top: 30px;
  border: 1px solid #ff0033;
  opacity: 0.85;
}

.footer {
  margin-top: 120px;
  color: #222;
  letter-spacing: 4px;
  font-size: 0.8em;
}