/* The overall document */ petstore { font-family: Arial, Comic, Helvetica, sans-serif; background-color: white; font-size: small; } animal { display: inline; height: 160px; width: 150px; } name,type,breed,numberOfLegs,price { display: block; color: #ffcccc; } color {color: green; letter-spacing: em; font-size: large; }