@charset "utf-8";
/* CSS Document */

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.responsive {
  width: 100%;
  height: auto;
}