@font-face {
  font-family: Roboto-Regular;
  src: url(/font/Roboto-Regular.f25bd059.ttf);
}

body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: Roboto-Regular;
}

.main-content {
  flex-grow: 1;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d7d8da;
}
