body {
  background-color: #e39d52;
  margin: 20px 70px 20px 70px;
  padding: 4%;
  color: #503710;
  font-size: 1em;
}

main {
  padding: 7%;
  background-color: hsl(41, 95%, 92%);
  border-radius: 50px 0px 15px 15px;
  /* four values */
  background: hsl(41, 95%, 92%);
}

p {
  color: #503710;
  font-family: "inria-serif", sans-serif;
  font-size: 16px;
  /* line-height: ; */
}

h1 {
  color: #503710;
  text-align: center;
  font-family: "typeka", sans-serif;
  font-weight: 600;
  font-style: normal;
  border-bottom: 2px solid #503710;
  margin-top: 20px;
}

h2 {
  color: #d68c47;
  font-size: 1.5em;
  text-decoration: underline dotted #e86a10;
  font-family: "typeka", sans-serif;
  font-weight: 400;
  font-style: normal;
}

h3 {
  color: #daa97b;
  font-size: 1.25em;
  font-family: "typeka", serif;
  font-weight: 600;

}

h5 {
  color: #daa97b
}

table {
  margin-left: auto;
  margin-right: auto;
}

ul {
  /*background-color:#ccc;*/
  color: #503710;
  font-size: 1.25em;
}

ol {
  color: #503710;
  font-size: 1.25em;
}

nav {
  background-color: hsl(41, 95%, 92%);
  padding: 50px 12px 8px 12px;
}

#content {
  width:
    margin-left
}

img {
  border-style: solid;
  border-width: 3px;
  border-color: #e86a10;
}

a:link {
  color: #dc83ba;
  text-decoration: none;
  /* "none" =  no underline */
}

a:hover {
  color: #dc83ba;
  text-decoration: underline;
}

a:visited {
  color: #f9a95e
}

a:active {
  text-decoration: none;
}

.column {
  float: left;
  width: 30%;
  padding: 5px;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

nav {
  height: 3em;
  letter-spacing: 2px;
  font-size: 15px;
  font-weight: 800;
  height: 3em;
  padding-top: 40px;
  padding-right: 50px;
  padding-left: 50px;
  border-radius: 15px 50px 0px 50px;
  /* two values */
  width: auto;
  height: 3em;
  letter-spacing: 3px;
  font-size: 1.25em;
  font-weight: 800;
  background-color: #503710;
}

/* unvisited link */
nav a:link {
  color: #dc83ba;
  background-color: #ffc38b;
  border-radius: 7px 17px;
  text-decoration: none;
  padding: 6px;
}

/* visited link */
nav a:visited {
  color: #ffc38b;
  background-color: #dc83ba;
  border-radius: 6px;
}

/* mouse over link */
nav a:hover {
  color: #ffc38b;
  background-color: #dc83ba;
}

/* selected link */
nav a:active {
  color: rgb(255, 255, 255);
}

font {
  font-family: "salden", serif;
  font-weight: 600;
  font-style: normal;
}

font {
  font-family: "rollerscript-rough", sans-serif;
  font-weight: 400;
  font-style: normal;
}

font{
  font-family: "typeka", sans-serif;
  font-weight: 400;
  font-style: normal;
}