.button {

    padding:
        10px 18px;

    border: none;

    border-radius:
        var(--radius-sm);

    background:
        #3578e5;

    color: white;

    cursor: pointer;
}

.button:hover {
    filter: brightness(1.15);
}
