@charset "utf-8";
video {
    max-width: 100%;/* はみ出ないように */
}
p {
    color:#36a93b;
}
body {
     font-family: "Helvetica Neue",
      Arial,
      "Hiragino Kaku Gothic ProN",
      "Hiragino Sans",
      Meiryo,
      sans-serif;
      background: linear-gradient(45deg, white, yellowgreen);
  }