@charset "utf-8";
/* CSS Document */

/* style.css */
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto;
}

body {
  background: lightblue;
  display: flex;
  justify-content: center;
  align-items: center;
}