* {
    margin: 0;
    padding: 0;
  }
  body{
    background-color: #FFEDD5;
    font-family: 'Roboto', sans-serif;
  }
  
  ul {
    list-style: none;
  }
  
  header{
    padding: 32px 0;;
    max-width: 300px;
    margin: 0 auto;
    text-align: center;
  }
  header h1 span {
    color: #955000;
  }
  header h1 {
    margin-bottom: 4px;
    font-size: 28px;
    line-height: 33px;
    color: rgba(0, 0, 0, 0.7);
  }
  
  header p{
    font-size: 14px;
    line-height: 16px;
  }
  section{
    max-width: 300px;
    margin: 0 auto;
    margin-bottom: 24px;
    
  }
  
  section h2 {
    background-color: #FED7AA;
    padding: 8px 16px;
    text-align: center;
    margin-bottom: 24px;
    font-size: 18px;
  }
  
  ul li {
    margin-bottom: 16px;
    display: flex;
    
  }
  
  li .details {
    max-width: 240px;
  }
  
  .details h3 {
    margin-bottom: 8px;
    font-size: 16px;
    line-height: 19px;
  }
  
  .details p{
    color: rgba(0, 0, 0, 0.6);
    font-size: 14px;
    line-height: 21px;
  }
  
  h1, h2, h3, .price {
    font-family: 'Roboto Serif', serif;
    text-transform: uppercase;
    color: #2D2C2A;
  }

  .price {
    font-size: 14px;
  }
  
  .whatsapp {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-botton: 10px;
  }
  .text {   
    padding-top: 10px;
