#page-container{
  text-align: center;
}

body{
  text-align: center;
  background-color: #FFEAD0;
}


#top, #about{
  background-color: #D0E5FF;
  font-family: 'GFS Didot', serif;
  margin: 10px 5px;
  padding: 0.2em;
  font-size: 25px;
  
}

#top p{
  background-color: #d1d4ff;
  
}

#about p{
  font-size: 15px;  
}



.previews{
  width: 28vw;
  background-color: white;
  display: inline-block;
  text-align: center;
  font-family: 'GFS Didot', serif;
  

}

#cakes
{
  margin-top: 5px 0px 75px 0px;
}
.choco
{
   background: -webkit-linear-gradient(chocolate, brown);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'GFS Didot', serif;
  font-size: 20px;
}

.fruit
{
   background: -webkit-linear-gradient(red, blue);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: 'GFS Didot', serif;
  font-size: 20px;
}

.velvet
{
    background: -webkit-linear-gradient(crimson, #7F2A3C);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;  
  font-family: 'GFS Didot', serif;
  font-size: 20px;
}

#footer{
  height:100px;
}