html,
body {
  padding: 0;
  margin: 0;
}

:root {
  --block-color: white;
}

.bg-head, .bg-block {
  background-color: #1e2222;
}

.bg-button {
  background-color: #ba3b1b;
}

.bg-background {
  background-color: lightgray;
}

.text-base {
  color: black;
}

.bg-block {
  background-color: white;
}

@tailwind base;
@tailwind components;
@tailwind utilities;
