.Inline,
.Fullscreen {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-evenly;
}

.Inline {
  height: 100px;
  width: 100%;
}

.Fullscreen {
  height: 100vh;
  width: 100vw;
}
