#pyyda-tarjous:hover {
  background-color: #192730;
  color: #e1dccc;
}

#pyyda-tarjous-2:hover {
  background-color: #8f8882;
  color: #efd38c;
}

#pyyda-tarjous {
  margin-top: 10px;
  margin-bottom: 30px;
  background-color: #526876;
  border-width: 3px;
  font-size: 21px;
  border-color: #e1dccc;
  text-align: center;
  color: rgb(225,220,204);
  font-family: 'Montserrat';
  font-weight: 600;
}

#pyyda-tarjous-2 {
  margin-top: 10px;
  margin-bottom: 30px;
  background-color: #8f8882;
  border-width: 3px;
  font-size: 21px;
  border-color: white;
  text-align: center;
  color: rgb(255,255,255);
  font-family: 'Montserrat';
  font-weight: 600;
}

