html, body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
}

.root {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.jss98 {
  width: 28%;
  display: flex;
  background: #1D4F70;
  align-items: center;
  padding-bottom: 40px;
  justify-content: center;
}
