@charset "utf-8";
@import url('./reset.min.css') all;
@media all {
}

h1 {
  margin:20px;
  text-align:center;
}

.contentFrame {
}

.center {
  text-align:center;
}

.centerIn * {
  text-align:center;
  margin-left:auto;
  margin-right:auto;
}

@media only screen and (min-width: 320px) {}
@media only screen and (min-width: 480px) {}
@media only screen and (min-width: 768px) {}
@media only screen and (min-width: 1024px) {}

