*
{
  box-sizing: border-box;
  font-family: sans-serif;
  font-size: 10pt;
  /*outline: 1px rgba(255,0,0,.02) dashed;*/
}

.center
{
  display: flex;
  margin: auto;
}

.center > *
{
  margin: auto;
}

.control
{
  display: flex;
  margin-bottom: 2rem;
}

a
{
  text-decoration: none;
  color: var(--link-dark);
}

