body {
  margin: 0;
}

div.fade {
  background-color: rgba(255,255,255,0.6);
  border-radius: 10px;
  margin-bottom: 10px;
}

div.headbar {
  position: fixed;
  width: 100%;
}

div.headbar>ul {
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #40a070;
  top: 0;
  left: 0;
  width: 100%;
}

div.headbar>ul>li {
  float: left;
}

div.headbar>ul>li>a {
  display: block;
  padding: 10px 16px;
  font-size: 20px;
  text-decoration: none;
  color: #103020;
  border-style: solid;
  border-width: 2px;
  border-color:  #40a070;
  background-color: #40a070;
  transition: background-color 0.1s;
  -webkit-transition: background-color 0.1s;
}

div.headbar>ul>li>a:hover {
  background-color: #50b090;
}

div.headbar>ul>li>a.active {
  border-style: solid;
  border-width: 2px;
  border-color:  #103020;
}

body {
  background-color: #e0ffd0;
}

div.body {
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

div.body h1 {
  margin-top: 0px;
  color: #103020;
  font-size: 64px;
}

div.body h2 {
  margin-top: 0px;
  color: #103020;
  font-size: 48px;
}

div.body p {
  color: #103020;
  font-size: 30px;
}

div.body li {
  text-align: left;
  font-size: 30px;
  margin-bottom: 10px;
}

img.r {
  flex-shrink: 0;
}
