body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

header {
  background-color: #f5f5f5;
  padding: 20px;
  text-align: center;
}

main {
  padding: 20px;
}

.framework-demo {
  margin-bottom: 40px;
}

h1, h2, h3 {
  margin: 20px 0;
}

.hidden {
  display: none;
}

.bulma-tabs .tab-content {
  display: none;
}

.bulma-tabs .is-active .tab-content {
  display: block;
}

.tailwind-tabs .tab-content {
  display: none;
}

.tailwind-tabs .tab-content:not(.hidden) {
  display: block;
}

.modal {
  display: none;
}

.modal.is-active {
  display: flex;
}

.modal-background {
  background: rgba(0, 0, 0, 0.5);
}

.bulma-example .card {
  width: 300px;
  height: 300px;
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.bulma-example .card-image {
  width: 100%;
  height: 60%;
  overflow: hidden;
}

.bulma-example .card-image figure {
  margin: 0;
  height: 100%;
  overflow: hidden;
}

.bulma-example .card-image img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: cover;
}

.bulma-example .card-content {
  width: 100%;
  height: 40%;
  padding: 10px;
  box-sizing: border-box;
  overflow: hidden;
}
