#btnContinue {
    background: unset;
    color: unset;
    width: unset;
    height: unset;
    border: 0;
    cursor: pointer;
    border-radius: 0;
    transition: all 0.2s ease;
}
    #btnContinue:hover {
        opacity: 0.8;
    }
