.entry-title{
  text-align: left !important;
}
.button-64 {
  background-image: linear-gradient(144deg, #ffffff, #0004e4 50%, #000b4d);
  border: 0;
  border-radius: 8px;
  box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
  box-sizing: border-box;
  color: #FFFFFF;
  display: flex;
  font-family: Phantomsans, sans-serif;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  line-height: 1em;
  max-width: 100%;
  min-width: 140px;
  padding: 3px;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  cursor: pointer;
  width: 100%;
  margin-bottom: 10px;
}
.button-64:active,
.button-64:hover {
  outline: 0;
    align-items: center;
  justify-content: center;
}

.button-64 span {
  background-color: rgb(44 0 201);
  padding: 16px 24px;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  transition: 300ms;
  align-items: center;
  justify-content: center;
}

.button-64:hover span {
  background: none;
}

p, a {
  font-family: Arial, Helvetica, sans-serif;
}
