  
body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

h3{
  color: #4D4336;
  font-weight: bold;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

body {
  font-family: Arial, sans-serif;
  background-color: #B0A99D;

}


#container {
  max-width: 960px;
  margin: 0 auto;
  padding: 30px;
  background-color: #FCF7ED;
  border-radius: 10px;
  border: 1px solid rgb(43, 42, 42);
}

.header {
  text-align: center;
  margin-bottom: 20px;
}

.header h1 {
  font-size: 36px;
  font-weight: bold;
  color: #4D4336;
}

.header h2 {
  font-size: 24px;
  color: #665947;
}

.intro {
  margin-bottom: 40px;
}

.summary p {
  margin-bottom: 10px;
}

.preamble h3 {
  margin-bottom: 10px;
}

.supporting {
  margin-bottom: 40px;
}

.explanation h3,
.participation h3,
.benefits h3,
.requirements h3 {
  margin-bottom: 10px;
}

.design-selection h3,
.design-archives h3,
.design-resources h3 {
  margin-bottom: 10px;
}

.footer {
  text-align: center;
  margin-top: 40px;
}

.footer a {
  margin-right: 10px;
  color: #4D4336;
  text-decoration: none;
  font-weight: bold;
}

.sidebar {
  float: right;
  width: 400px;
  margin-left: 20px;
  background-color: #FCF7ED;
  border-radius: 10px;
  border: 1px solid rgb(43, 42, 42);
}

#jar-selection li a {
  justify-content: center;
  padding: 10px;
  display: inline-flex;
  margin: 10px;
  width: 100px;
  border-radius: 20px;
  background-color: #B0A99D;
}

.wrapper {
  padding: 20px;
}

.design-name {
  font-weight: bold;
  color: #4D4336;
}

.designer-name {
  color: #4D4336;
  font-weight: bold;
}

.design-archives,
.design-resources {
  letter-spacing: 1px;
  width: 360px;
  text-align: justify;
  padding-top: 20px;
  margin-bottom: 10px;
  border-radius: 10px; 
}
