@charset "utf-8";
/* CSS Document */
 .btnx-group {
      margin-top: 15px;
      display: flex;
      justify-content: center;
      gap: 10px;
    }
    .btnx {
      background-color: #ff69b4;
      border: none;
      padding: 10px 15px;
      border-radius: 10px;
      color: white;
      font-size: 14px;
      cursor: pointer;
    }
	.cat-img {
      width: 100%;
      max-height: 300px;
      object-fit: cover;
      border-radius: 15px;
      margin-bottom: 15px;
    }
