/* Alexis' Code, Add Typhanie's later */
img{
  width:350px;
}
h1{
  color:sandybrown;
  text-shadow:2px 2px brown

}
h2{
  color:sandybrown;
  text-shadow: 2px 2px brown;
}

p{
  color:saddlebrown;
  font-family: fantasy;
}
.protective3{
  flex-direction: flex;
  width:200px;
  align-content: center;
  justify-content: center;
}
body{
  background-color: burlywood;
}