html{
  background-color:coral;
  height: 2000px
  }

h1{
  color: lightgreen;
  font-size: 45px;
}
h4{
  font-size: 20px;
  color: deeppink;
}
h2{
  font-size: 30px;
  color: darkgreen;
}

h3{
  color: white;
}

.artichoke{
  filter:contrast(110%) saturate(150%) drop-shadow(15px 15px 20px white);
}
.title{
  text-align: center;
}

.process{
  color: red;
  font-size: 20px;
} 


