html, body {
  font-family: 'Roboto', sans-serif;
  height: 100%;
}

.fullHeight {
  height: 100%
}

.content {
  display: flex;
  justify-content: center;
  align-items: center;
}