/*
Default font size - 16px;
*/
body{
  background-color: yellow;
}
p{font-family: "Roboto", sans-serif;}
    h1 {
      text-align: center; font-family: "Chewy"; font-weight: bold;color:#543406;text-decoration: underline;}
		h2, h3 {
      text-align: center; font-family: "Luckiest Guy"; font-weight: bold;color: #965209; text-decoration: underline;}
ul, ol {
  display: inline-block; font-family: "Courier";font-weight: bold; text-align: left;}
img{
  max-width: 100%; 
  border-radius: 1em;
}
.box, #ingredients{
  background-color: #fccd8b;
  text-align: center;
  padding: 0.6em;
  margin: 0 3em 0.5em;
  border-radius: 1em;
  border: 4px solid brown;
}
#steps{
  background-color: #d1edff;
  text-align: center;
  padding: 0.6em;
  margin: 0 3em 0.5em;
  border-radius: 1em;
  border: 4px solid blue;
}
#tray{
  background-color: #ffffff;
  border-radius: 1em;
  margin: 0 3em 1.5em;
  padding: 0.6em;
  border: 4px solid black;
}