/**
 * @file
 * Visual styles for Confea Theme static call to action block.
 */
.call-to-action p {
  font-size: 2rem;
  margin: 0;
  padding: 10px 0;
}
.call-to-action a.button {
  background-color: #000;
}
.call-to-action a.button:hover {
  background-color: #333;
}
