body {
  background-color: #fffacd;
  color: #3D0C02;
  font-family: Garamond;
  text-align: center;
}

.body{
  font-size: 400;
}
  
h1 {
  text-align: center;
  font-family: Garamond;
}
  
table{
  background: #fff4;
  color: #FBB917;
  background-image: radial-gradient( circle farthest-corner at 33.1% 43.3%, rgba(60,157,226,0.63) 4%, rgba(223,203,235,0.63) 26%, rgba(247,196,157,0.66) 41.4%, rgba(182,203,222,0.63) 99.5% );
  
}

p {
   text-align: center;
   font-family: Garamond;
   color:#3D0C02;
  
}

#banner{
background-color: pink;
background-position: bottom center;
margin: 40;
border:40;
}


ul{
  margin: 20px 390px 590px;
}