html {
  background-color: #ECFFDC;
}

img {
  border-radius: 5px 5px 0 0;
}

p {
  margin: 0;
}

#header {
  font-size: 2.5em;
  padding-top: 6px;
  padding-bottom: 6px;
}

.header {
  background-image: linear-gradient(to bottom right, rgba(0,163,108,1), rgba(80,200,120,1) );
  font-family: Georgia, Arial, serif;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  margin-top: 6px;
  height: 20px;
  background-color: #90EE90;
}

.clear {clear: both; height: 20px;}

.float_left {
  float: left;
}

.float_right {
  float: right;
}

.container {
  padding: 2px 16px;
}

.center {
  margin: auto;
  text-align: center;
}

.debug {
  border: blue 4px solid;
  background-color: red;
}

.title {
  font-weight: 800;
  font-size: 1.4em;
}

.mrastro_title {
  background-color: #D3D3D3;
}

.category {
  font-size: 1.2em;
}

.description {
  font-size: 1.2em;
}

.padded {
  padding: 12px;
}

.data_section {
  max-width: 960px;
  margin-inline: auto;
}

#nav_bar {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: #90EE90;
}

.nav {
  display: inline;
  font-size: 1.2em;
}

.nav span {
  padding: 8px;
}

.nav:hover {
  background-color: #AFE1AF;
  text-decoration: underline;
  cursor: pointer;
}