#body{
margin:0;
width:100%;
text-align:center;
}
#delicious{
padding:30px;
}
#strawberry,#strawberry a{
background:#fbb4b6;
color:#fbb4b6;
text-decoration:none;
}
#vanilla,#vanilla a{
background:#fdf9e6;
color:#fdf9e6;
text-decoration:none;
}
#chocolate,#chocolate a{
background:#8c4c2c;
color:#8c4c2c;
text-decoration:none;
}
#strawberry a:hover,#vanilla a:hover,#chocolate a:hover{
color:white;
text-decoration:none;
}
.all{
width:600px;
height:130px;
margin-left:auto;
margin-right:auto;
padding:15px 0;
font-size:115px;
font-family:Arial;
}
.email,.email a{
width:600px;
font-size:10px;
font-family:Arial;
margin-left:auto;
margin-right:auto;
text-align:left;
color:black;
text-decoration:none;
}