.flex {
  display: flex;
}

.flex-row {
  display: flex;
  flex-direction: row;
}

.flex-column {
  display: flex;
  flex-direction: column;
}

.pad-r-8 {
  padding-right: 8px;
}

.home-button {
  position: absolute;
  color: black;
  top: 12px;
  left: 8px;
  text-underline-offset: 4px;

  svg {
    margin-right: 4px;
  }
}
