@charset "UTF-8";
/* CSS Document */
html,
body {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
}

