body{margin:40px
auto;max-width:650px;line-height:1.4;font-size:18px;color:#444;padding:0
10px}h1,h2,h3,h4{line-height:1.2}


.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnav a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.topnav a.active {
  background-color: #4CAF50;
  color: white;
}

.title {
  text-align: center;
/*
  margin-left: 140px;
*/
  font-size: 24px;
/*
  padding: 0px 10px;
*/
}

img { 
  max-width:100%; 
  height:auto; 
}

footer {
  text-align: center;
  padding: 3px;
  font-size: 10px;
}

.note {
  text-align: center;
  padding: 3px;
  font-size: 10px;
}

footer {
  padding-bottom: 50px;
}
