#container div {
 height: 94px;
 width: 95px;
 border-radius: 6%;
 margin: auto;
 margin-bottom: 14px; 
}

#piggy-box {
 background: #Fddde6; 
}

#lemonade-box {
 background: #F2dbe7; 
}

#cotton-candy-box {
 background: #Ffbcd9; 
}

#coral-box {
 background: #F88379; 
}

#barbie-box {
 background: #E0218a; 
}

#violet-box {
 background: linear-gradient(#74339c,#E03fd8); 
}

p {font-family: "Arial", sans-serif; text-align: center}

h1 {color: #821760; 
  font-family: "Kanit", sans-serif;
  font-weight: 400;
  font-style: normal;
  text-align: center}