.lore-btn {
    display: inline-block;
    padding: 6px 14px;
    border: 1px solid #0affea;
    border-radius: 6px;
    color: #0affea;
    background: transparent;
    font-weight: bold;
    text-shadow: 0 0 6px #0affea;
    box-shadow: 0 0 10px #0affea;
    cursor: pointer;
    font-family: inherit;
    transition: 0.3s;
}

.lore-btn:hover {
    color: #ff00ff;
    border-color: #ff00ff;
    text-shadow: 0 0 10px #ff00ff;
    box-shadow: 0 0 15px #ff00ff;
}