@charset "utf-8";
/* 初期設定 */
html, body, div {
    padding: 0;
    margin: 0;
}
/* フォントの設定 */
p {
  font-family: "M PLUS 1p";
  font-weight: 400;
  transform: rotate(0.05deg);
  color: #686659; /* グレー */
  font-size: 16px;
}
div {
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
}