/* Custom Stylesheet */
html {
  line-height: 1.5;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
  font-weight: normal;
  color: rgba(0,0,0,0.87);
  height: 100%;
  width: 100%;
}

body{
    height: 100%;
  width: 100%;
}


.align_center{
  display: table;
  margin: 0 auto;
}

.Aligner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}


.Aligner-item--top {
  align-self: flex-start;
}

.Aligner-item--bottom {
  align-self: flex-end;
}


