@@charset "UTF-8";
body {
  background-color: gray;

  background-size: cover;
}
 
#wrap {
  width: 960px;
  margin: auto;
  background-color: white;
}
 
header {
  padding: 40px;
  height: 80px;
  background-repeat: repeat;
  font-family: "Noto Sans JP", sans-serif;
}
 
nav {
  padding: 8px 40px;
  background-color: black;
  color: white;
}
 
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-repeat: no-repeat;
  background-size: 200px 50px;
  background-position: center bottom;
  <ul>
  <li>リスト１</li>
  <li>リスト２</li>
  <li>リスト３</li>
</ul>
<ol>
  <li>リスト１</li>
  <li>リスト２</li>
  <li>リスト３</li>
</ol>}