.stz-btn{
    width: fit-content;
    min-width: 4rem;
    height: 2rem;
    cursor: pointer;
    font-size: 16px;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
}
.stz-btn:hover{
    opacity: 0.8;
}