.statementButton {
  display: block;
  width: fit-content;
  margin: 8px auto;
  padding: 4px 16px;
  border-radius: 4px;
  background-color: rgb(42, 158, 155);
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.2s;
}

.statementButton:hover,
.statementButton:active,
.statementButton:focus {
  background-color: rgb(31, 119, 117);
  color: #fff;
  text-decoration: none;
}
