body {
       background-color: lightblue;
}

p {
    color:darkmagenta;
    margin: 19px;
}

h1 {
     font-weight: bold;
     font-size: 38px;
     font-family:serif;
     color:firebrick;
     text-decoration: underline;
     text-align:center;
     border-style: dotted;
     border-radius: 20px;
     border-width:11px
}

h2 { 
     font-size: 28px;
     color: navy;
     font-family: cursive;
}

p {
   font-size: 22px;
   font-family: cursive;
   background-color: skyblue;
   color: darkblue;
}

img {
      border-style: double;
      border-radius: 10px;
      border-width: 9px;
      border-color: navy;
      margin: 10px;
      height: 250px;
      
}

.directions{ 
             color: rgb(14,114,160);
             font-size: 30px;
}

.pic{
  color: rgb(124,82,164);
}

.angie{
     color: rgb(118,16,99);
}

.doublechoc{
  color: rgb(101,48,60);
  font-size: 20px;
  font-family:cursive
}

.potato{
    color:rgb(140,89,121);
    font-size: 20px;
    font-family: cursive;
}
   
.food{
    color: rgb(148,65,129);
  font-size: 24px
}