.but1 {
    background: linear-gradient(135deg, #fce4ec 0%, #f8bbd0 50%, #e1bee7 100%);
    box-shadow: 2px 3px 8px rgba(186, 104, 200, 0.25);
    border: 1px solid #f48fb1;
    color: #4a148c;
    padding: 6px 10px;
    text-align: left;
    text-decoration: none;
    display: block;
    font-size: 14px;
    margin: 3px 0;
    cursor: pointer;
    border-radius: 8px;
    line-height: 1.3;
    transition: box-shadow 0.2s;
  }
  .but1:hover {
    box-shadow: 3px 5px 12px rgba(236, 72, 153, 0.4);
  }
  .butv {
    background-color: #FBCFE8;
    box-shadow: 2px 3px 6px rgba(236, 72, 153, 0.3);
    border: 1px solid #F9A8D4;
    opacity: 1;
    color: #831843;
    padding: 8px 14px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 10px;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
  }
  .butv:hover {
    background-color: #F472B6;
    box-shadow: 2px 4px 10px rgba(236, 72, 153, 0.45);
  }
  .buta {
    background-color: #fdeb2a; /* Green */
    border: none;
    color: rgb(29, 2, 186);
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 20px;
  }
  .butb {
    background: linear-gradient(135deg, #FDF2F8 0%, #FCE7F3 100%);
    box-shadow: 2px 3px 6px rgba(236, 72, 153, 0.3);
    border: 1px solid #F9A8D4;
    opacity: 1;
    color: #831843;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 20px;
    transition: background-color 0.2s ease, box-shadow 0.2s ease;
  }
  .butb:hover {
    background-color: #F9A8D4;
    box-shadow: 2px 4px 10px rgba(236, 72, 153, 0.45);
  }
  .butz {
    background-color: #6f6f6f; /* Green */
    border: none;
    color: white;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 20px;
  }

  .bview {
    padding: auto;
    background-color: #1705139e; /* Green */
    width: 400px;
    height: 40px;
    border: none;
    color: rgb(2, 205, 56);
    padding: 5px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 24px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 20px;
  }
