@charset "utf-8";
/* CSS Document */
body {
	background-color: #110B24;
}

img {
  width: 100%;
  height: auto;
}
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}