<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html><body><p>a {color:#7A7A7A;}

.readmore {
    background-color: #039DC5;
    color: white;
    text-transform: none !important;
    border-radius: 50px;
    align-items: center;
    border: 0;
margin: 0 auto;
    display: flex;
    justify-content: center;

}

button:focus, button:hover {
    color: #fff;
    background-color: #039DC5;
    text-decoration: none;
}





/* CSS */
.readmore {
  appearance: none;
  backface-visibility: hidden;
  background-color: #039DC5;
  border-radius: 10px;
  border-style: none;
  box-shadow: none;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  height: 50px;
  letter-spacing: normal;
  line-height: 1.5;
  outline: none;
  overflow: hidden;
  padding: 14px 30px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transform: translate3d(0, 0, 0);
  transition: all .3s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: top;
  white-space: nowrap;
}

.readmore:hover {
  background-color: #039DC5;
  box-shadow: rgba(0, 0, 0, .05) 0 5px 30px, rgba(0, 0, 0, .05) 0 1px 4px;
  opacity: 1;
  transform: translateY(0);
  transition-duration: .35s;
}

.readmore:hover:after {
  opacity: .5;
}

.readmoreactive {
  box-shadow: rgba(0, 0, 0, .1) 0 3px 6px 0, rgba(0, 0, 0, .1) 0 0 10px 0, rgba(0, 0, 0, .1) 0 1px 4px -1px;
  transform: translateY(2px);
  transition-duration: .35s;
}

.readmore:active:after {
  opacity: 1;
}

@media (min-width: 768px) {
  .readmore {
    padding: 14px 22px;
    width: 176px;
  }
}</p></body></html>
