body {
  background: #3b4245;
  background: linear-gradient(21deg, rgba(59, 66, 69, 1) 0%, rgba(74, 99, 84, 0.12) 61%, rgba(237, 109, 83, 1) 100%);
}

#demo {
  text-align: center;
}

h1 {
  text-align: center;
  font-family: "Arial, Helvetica, sans-serif";
  font-weight: 700;
  font-size: 60px;
  letter-spacing: -1px;
  color: darkslategray;
}

p {
  color: darkslategray;
  font-weight: 600;
}

.font-hover:hover {
  background-color: #99A19A;
}
