 .btn {
      display: inline-block;
      padding: 12px 25px;
      font-size: 16px;
      font-weight: 600;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      transition: all 0.3s ease-in-out;
      text-decoration: none;
      text-align: center;
  }

  .btn-accent {
      background-color: var(--secondary-colorr);
      color: #fff;
  }
 