body {
  font-family: "M PLUS Rounded 1c";
  font-size: 14px;
  font-weight: 500;
  transform: rotate(0.05deg);
  background-color: #fff !important;
  margin: 0;
  padding: 0;
}
body .content {
  text-align: center;
}
body .content h1 {
  margin-top: 0;
  text-align: center;
}

.container-fluid {
  padding: 0;
}

.content {
  position: relative;
}

#previewImage {
  display: none;
  max-width: 100%;
  height: auto;
}

.head-navi {
  position: relative;
  z-index: 1000;
  color: #222;
}
.head-navi a {
  color: #222;
  text-decoration: none;
}

#hed-reset {
  display: none;
  text-align: right;
}

#imagewrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  max-width: 100%;
  width: 100%;
}

.btn-dark {
  background-color: rgba(100, 100, 100, 0.7) !important;
  color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
}
/*# sourceMappingURL=style.css.map */