.sample-button {
    background-color: #92c135 !important; /* Kolor tła */
    color: #ffffff !important; /* Kolor tekstu */
    padding: 10px 20px !important; /* Padding */
    width: 100% !important; /* Szerokość */
    text-align: center !important; /* Wyśrodkowanie tekstu */
    display: block !important; /* Blokowy przycisk */
    border-radius: 0px !important; /* Zaokrąglone rogi */
    text-decoration: none !important; /* Usuń podkreślenie */
    font-size: 16px !important; /* Rozmiar czcionki */
}
.sample-button:hover {
    background-color: #000000 !important; /* Kolor tła po najechaniu */
}