/*GLOBAL*/
*{
  margin: 0;
  padding: 0%;
}

body{
  background-color: #fffad5;/* cor em hexadecimal*/
  font-family: 'Roboto', sans-serif;
}

ul{
  list-style: none;
}

/*FONTS*/
h1, h2, h3, #preço{
  font-family: 'Roboto Serif',serif;
  text-transform: uppercase;
  color: #2d2c2a;
}

/*HEADER*/
header{
  max-width: 300px;
  margin: 0 auto;
  text-align: center;
  padding: 32px 0;
  box-shadow: 0px 3px 10px #fed7aa;
}

header h1 span{
  color:#995000
}

header p{
  font-size: 14px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.7);
}

/*SECTION*/
section{
  max-width: 300px;
  margin: 0 auto;
}

header h1{
  margin-bottom: 4px;
  font-size: 28px;
  line-height: 33px;
}

section{
  margin-bottom: 24px;
}

section h2 {
  background-color: #8a5123;
  padding: 8px 16px;
  text-align: center;

  margin-bottom: 24px;
  font-size: 18px;
  color: #fffad5;
}

ul li{
  margin-bottom: 16px;
  display: flex;
}

li#detalhes{
  max-width: 240px;
}

#detalhes h3{
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 21px;
}

#detalhes p{
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
  line-height: 21px;
}