* {
  font-family: Georgia;
  
}

body {
  background-color: #fff9e6;
}

code {
  background-color: #ffe6b4;
  display: block;
  text-align: left;
  margin-left: 32px;
  margin-right: 220px;
  padding-top: 2px;
  padding-bottom: 12px;

}

#navbar {

}

#nav-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 308px;
  background-color: #feedcd;
}

#nav-list a {
  color: #a17345;
  display: block;
  padding: 6px 16px;
  text-decoration: none;
  font-size: 1.1em;
}

#nav-list a:hover {
  background-color: #78593a;
  color: #f7f2ee;
}

#big-num {
  font-size: 1.2em;
  font-weight: bold;
}

#original-recipe {
  font-style: italic;
}

#original-recipe a {
  color: #a17345;
}

#cookies-title {
 margin-left: 32px;
 font-size: 2.2em;
}

#cookies-info {
 margin-left: 32px;
 margin-right: 88px;
 font-size: 1.2em;
}

#ingredients {
  min-width: 320px;
  width: 360px;
  max-width: 400px;
  min-height: 260px;
  height: 260px;
  max-height: 300px;
}

.step_num {
  margin-top: 40px;
  margin-left: 32px;
  font-weight: bold;
  font-size: 1.2em;
}

.steps {
  margin-right: 88px;
  margin-left: 32px;
  letter-spacing: 0.2px;
  line-height: 1.3;
}

.ingredient-step {
  letter-spacing: 0.2px;
  line-height: 1.3;
}

#ingredient-tip1 {
  min-width: 260px;
  width: 262px;
  max-width: 264px;
  min-height: 180px;
  height: 180px;
  max-height: 184px;
  line-height: 1.4;
}

#ingredient-tip2 {
  min-width: 220px;
  width: 240px;
  max-width: 244px;
  min-height: 160px;
  height: 160px;
  max-height: 164px;
}

#no-dot {
  list-style-type: none;
  margin-left: -12px;
  padding-right: 10px;
}

.step-step {
  font-weight: bold;
}