body {
  background: #ff0000;
}
p {
  color: whitesmoke;
  font-family: sans-serif;
  font-size: 24px;
}
h1 {
  font-weight: bold;
  color: antiquewhite;
  font-family: cursive;
  font-size: 30px;
}

.list{
  color:white;
  font-size: 20px;
  font-family: sans-serif;
}

.breading{
  width: 300px;
  height: 300px;
  border:dotted;
  border-color:white;
}

.frying{
  width: 300px;
  height: 300px;
  border:dotted;
  border-color:white;
}

.chicken{
  width: 300px;
  height: 300px;
  border:dotted;
  border-color:white;
}

