html {
    /* ルート要素の文字サイズを変更する */
    font-size: 20px;
} 

table{
  border-collapse: separate; /*隣り合うセルのボーダーを間隔をあけて表示*/
}

.footer {
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: #312d2a;
  color:white;
  text-align:right;
  padding:20px 0;
  margin-top:20px
}

a {
    text-decoration:none; 
}

h1 {
  font-size:100%;
}

h2 {
  font-size:100%;
}

h3 {
  font-size:100%;
}

h4 {
  font-size:100%;
}

h5 {
  font-size:100%;
}

h6 {
  font-size:100%;
}