.pricelist-button {
    display: flex;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

.pricelist-button a {
    color: inherit;
    text-decoration: none;
}

.pricelist-button:hover {
    opacity: 0.8;
}
