.fractal__h1 {
  font-size: 32px; }

.fractal__h2 {
  font-size: 24px; }

.fractal__h1, .fractal__h2 {
  margin-bottom: 1em; }

.fractal__hr {
  margin: 4rem 0; }

.fractal__table {
  --color: #3d3d3d;
  --background-color: #d7d7d7;
  --line-color: #c7c7c7;
  width: 100%;
  border-collapse: collapse;
  text-align: left; }
  .fractal__table hr {
    border: none;
    border-top: 1px solid var(--line-color);
    margin: 1rem 0; }
  .fractal__table thead th {
    padding: 0.75rem 1.5rem;
    white-space: nowrap;
    color: var(--color);
    background-color: var(--background-color); }
  .fractal__table tbody tr {
    border-top: 1px solid var(--line-color);
    color: var(--color); }
  .fractal__table td {
    padding: 1rem 1.5rem;
    text-align: center; }
    .fractal__table td > * {
      margin-right: 10px; }

.fractal__color-box-container {
  display: flex;
  flex-wrap: wrap;
  row-gap: 4rem;
  column-gap: 1rem; }

.fractal__color-box {
  display: flex;
  justify-items: center;
  align-items: center;
  width: 8rem;
  height: 8rem;
  border: 1px solid gray;
  margin-bottom: 2rem; }
  .fractal__color-box span {
    position: absolute;
    bottom: 0;
    width: 100%;
    margin-top: -100%;
    transform: translateY(100%);
    font-weight: 12px;
    color: #ababab;
    text-align: center; }
