@tailwind base;
@tailwind components;
@tailwind utilities;

#root {
  margin: 0 auto;
}
select:hover {
  cursor: pointer;
}

.hljs{
  padding:0px;
}