html,
body,
#reactroot {
  margin: 0;
  padding: 0;
  height: 100%;
  overflow: hidden;
}

#reactroot {
  display: flex;
  flex-direction: column;
  font-family: '72';
}
