.centered-vh {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(100vh - 100px); }
