:root {
  --Green500: hsl(158, 36%, 37%);
  --Green700: hsl(158, 42%, 18%);

  --Black: hsl(212, 21%, 14%);
  --Grey: hsl(228, 12%, 48%);
  --Cream: hsl(30, 38%, 92%);
  --White: hsl(0, 0%, 100%);
}
body {
    margin: 5% 0;
    background: var(--Cream);
    display: flex;
    align-items: center;
    justify-content: center;
}
img{
    width: 250px;
    
}
section{
     
    background: var(--White);
    flex-direction: column; 
    width: 250px;
    height: 375px;
}

h6{
    letter-spacing: 10px;
    text-transform: uppercase;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    margin-top: 0;
    font-weight: lighter;
}
h1,p,h6{
    margin-left: 30px;
}
p{
    line-height: 25px;
}
.Price{
    margin-left: 30px;
    color: var(--Green500);
    font-weight: 900;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 30px;

}
.price2{
    text-decoration: line-through;
    margin-left: 10px;
}
button{
    background: var(--Green700);
    border-radius: 10px;
    color: var(--Cream);
    text-align: center;
    font-size: 15px;
    margin-top: 20px;
    margin-left: 30px;
    padding-left: 20%;
    padding-right: 20%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.icon{
    height: 20px;
    width: 20px;
    padding-right: 10px;
}