* {
  padding: 0;
  margin: 0;
  border: none;
  list-style: none;
  font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  color: #400C00;
}

body {
  background-color: blanchedalmond ;
}

header {
  padding: 32px 0;
  text-align: center;
}

header h1 {
  margin-bottom: 4px;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 28px;
  line-height: 33px;
}

header h1 span {
  color:#E72B00;
}

header p {
  text-decoration-line: overline;
  font-size: 14px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.7);
}

header, section  {
  margin: 0 auto;
  max-width: 300px;
}

section {
  margin-bottom: 24px;
}

section h2 {
  padding: 8px 16px;
  background-color: coral;
  margin-bottom: 24px;
  text-align: center;
  text-decoration-line: overline;
  text-transform: uppercase;
  color: beige;
  border-radius: 5px;
  font-size: 19px;
  line-height: 21px;
}

ul li {
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;

}

li .details {
  max-width: 240px;
}

.details h3 {
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 19px;
}

li .description {
  color: rgba(55, 0, 0, 0.69);
  font-size: 14px;
  line-height: 21px;
}

