.pz-button{

    width:100%;

    height:48px;

    border:1px solid var(--pz-border);

    background:none;

    color:var(--pz-text);

    cursor:pointer;

    transition:.15s;

}

.pz-button:hover{

    letter-spacing:2px;

}