﻿body
{
  font-family: " MS Pゴシック ",'Hiragino kaku Gothic Pro';
  margin: 0;
  padding: 0;
  overflow: hidden
}

p {line-height: 1.5;}

h2 {background-color: #ffffff}

footer {background-color: #ffffff}

html
{
  padding: 0;
  margin: 0;
  display: block;
  overflow: hidden
}

h1.title {
  font-family: "DS-DIGIB";
  font-size: 40px;
  text-align: center;
  color: white;
  padding: 20px;
}

body {
  background-image: url("00002-2535993283.png");
  background-size: cover;
}

.bg {
  display: flex;
  width: 100%;
  height: 100%;
  background: rgba(221, 221, 221, 0.75);
  justify-content: center;
  align-items: center;
}

nav {
  width: 100%;
  height: 70px;
  background-color: dimgray;
}

img {
  vertical-align: middle;
  height: auto;
  width: 100%;
}

@font-face {
  font-family: DS-DIGIB;
  src: url(DS-DIGIB.TTF);
}