@charset "UTF-8";
body {
  background-color: yellowgreen;
  background-image: url("images/IMG_5593.jpg");
  background-size: cover;
}
 
#wrap {
  width: 960px;
  margin: auto;
  background-color: white;
}
 
header {
  padding: 40px;
  height: 80px;
  background-image: url("images/pattern.png");
  background-repeat: repeat;
}
 
header p {
  font-family: "Dela Gothic One", sans-serif;
}

nav {
  padding: 8px 40px;
  background-color: black;
  color: white;
}

header p {
  font-family: "Dela Gothic One", sans-serif;
}

main {
  padding: 40px;
  height : 400px;
}
main p {
    font-size: 20px;
    font-weight: bold;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    text-align: center;
  }
  

 
footer {
  padding: 40px;
  height: 40px;
  background-color : black;
  color: white;
  background-image: url("images/logo.png");
  background-repeat: no-repeat;
  background-size: 200px 50px;
  background-position: center bottom;
}
