.bg01 {
  background-image: url(ddl-imgs/DDL-BG-leaves_v02.png);
  background-size:cover;
  background-repeat: no-repeat;
}

.margins {
  max-width: 500px;
  padding: 0 50px;
  margin: auto;
  height: unset;
}

.headerimg {
  display: block;

}

a {
  color: chartreuse;
}

.navbar {
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.navbar a {
  font-family: serif;
  text-decoration: none;
  text-align: right;
  padding: 5px;
  margin: 5px;
  border: 3px groove;
  border-color: chartreuse;
  color: chartreuse;
  width: fit-content;
  height: fit-content;
}

iframe {
  width: 100%;
}

.container {
  border: 4px double white;
  background-color:navy;
  margin: 10px auto;
  padding: 15px;
}

.t1 {
  color: aliceblue;
  text-indent: 15px;
  text-align: justify;
}

li {
  color: azure;
}

.single {
  display: block;
  margin: 5px auto;
  width: calc(100% - 8px);
  border: 4px dashed cyan;
}