.gazetka-button { display: flex; justify-content: center;  align-items: center;  width: 200px; height: 50px; background-color: #42b34d;  color: white; text-decoration: none; font-size: 18px; font-weight: 500; padding: 5px; border-radius: 50px; text-align: center; transition: background-color 0.3s ease; } .gazetka-button:hover { background-color: #369d40;  }