body {
  background-color: #2b2d3a;
  color: #f3f4f6;
}


.no-scrollbar::-webkit-scrollbar {
  display: none;
}
.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}


.bento-card {
  background-color: rgba(43, 45, 58, 0.5);
  border: 1px solid #4a4d60;
  transition: all 0.3s ease;
}
.bento-card:hover {
  background-color: rgba(63, 74, 122, 0.1);
  border-color: #738adb;
}


.yaml-key { color: #f07178; }
.yaml-string { color: #c3e88d; }
.yaml-keyword { color: #89ddff; }
