.btn {
    background-color: #8633bb !important;
    color: white !important;
    border: none;
  }
  
  .btn:hover {
    background-color: #722da1 !important; /* 호버 시 좀 더 진한 보라색 */
    color: white !important;
  }
  