.read-more button {
  box-sizing: border-box;
  background-color: transparent;
  padding: 0.6em 1.0em;
  border: 2px solid;
  border-radius: 0.6em;
  cursor: pointer;
  align-self: center;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  font-size: 24px;
  font-family: cursive;
  font-weight: 700; }
  .read-more button:hover, .read-more button:focus {
    outline: 0; }
.read-more button.blue {
  border-color: #3498db;
  color: #fff;
  box-shadow: 0 0 40px 40px #3498db inset, 0 0 0 0 #3498db;
  transition: all 150ms ease-in-out; }
.read-more button.red {
  border-color: #e74c3c;
  color: #fff;
  box-shadow: 0 0 40px 40px #e74c3c inset, 0 0 0 0 #e74c3c;
  transition: all 150ms ease-in-out; }
.read-more button.black {
  border-color: #000000;
  color: #fff;
  box-shadow: 0 0 40px 40px #000000 inset, 0 0 0 0 #000000;
  transition: all 150ms ease-in-out; }
.read-more button.orange {
  border-color: #FF8C00;
  color: #fff;
  box-shadow: 0 0 40px 40px #FF8C00 inset, 0 0 0 0 #FF8C00;
  transition: all 150ms ease-in-out; }
.read-more button.green {
  border-color: #2ecc71;
  color: #fff;
  box-shadow: 0 0 40px 40px #2ecc71 inset, 0 0 0 0 #2ecc71;
  transition: all 150ms ease-in-out; }
.read-more button.dark-green {
  border-color: #006400;
  color: #fff;
  box-shadow: 0 0 40px 40px #006400 inset, 0 0 0 0 #006400;
  transition: all 150ms ease-in-out; }
.read-more button.light-blue {
  border-color: #65caff;
  color: #fff;
  box-shadow: 0 0 40px 40px #65caff inset, 0 0 0 0 #65caff;
  transition: all 150ms ease-in-out; }
