._logo_bhqv6_1 {
  margin: auto;
  height: auto;
  width: 40vw;

  animation-name: _spin_bhqv6_1;
  animation-duration: 5000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes _spin_bhqv6_1 {
  from {
    transform: rotate3d(0, 1, 0, 0deg);
  }
  to {
    transform: rotate3d(0, 1, 0, 360deg);
  }
}
html {
  height: 100%;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  height: 100%;
  margin: 0;
  padding: 0;
}

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


.todo-js-module,
._layout_fxody_20 {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
