body{

    font-size: 1.5rem;
    padding-bottom: 500px;
  
}
#all{

    max-width: 1200px;
    margin: auto;
}
h1,h2,h3,a{
    
    margin-top: 100px;
    padding-top: 100px;
   
    border-top: 3px solid #666666;
    
}
img{

    width: 70%;
    height: auto;
    display: block;
    margin: auto;
}
a{

font-size: 2rem;
text-decoration: none;
display: block;
color: #666666;
text-align: center;

}

/* リストのデフォルトの記号を非表示にする */
ul {
  list-style-type: none;
}

/* 各リスト項目の前にハイフンを表示する */
li::before {
  content: "-";
  margin-right: 8px;
}