.nes-ui-footer {
  position: relative;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 4px;
  color: var(--color-white-absolute);
  width: 100%;

  * {
    &:last-child {
      margin-right: 0;
    }
  }
}
