@charset "UTF-8";

body {
  background-color: #fff !important;
  display: flex !important;
  display: -moz-flex !important;
  display: -ms-flex !important;
  display: -webkit-flex !important;
  justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  min-height: 100vh;
}

p.title {
  font-feature-settings: "palt";
  margin: 0;
  text-align: center;
  color: #c0c0c0;
  font-size: 14px;
  padding: 0 0 6px;
}

#wrapper {
  width: 100%;
}

.content {
  width: 90%;
  max-width: 320px;
  height: auto;
  margin: auto;
}

a.icon {
  display: block;
}

a.icon img {
  display: block;
  margin: 0 auto;
  max-width: 320px;
}