.btn, .button, .btn-primary {
  border-radius: 16px !important;
  font-weight: bold;
}

.btn-big {
   border-radius: 30px !important;  
   padding: 20px 40px;  /* bigger button */
  font-size: 2rem;        /* optional: bigger text */
  font-weight: bold;
}

/* Buttons row */
.info-buttons {
 display: flex;
 justify-content: center;
 flex-wrap: wrap;
 gap: 20px;
 margin: 20px auto 0;
}

 @media (max-width: 600px) {
 .info-buttons {
 gap: 0px;
 }