.text{
    background-color: black;
    text-align:center;
  color: white;
  padding: 15px 25px;
  border: none; 
  font-size: 20px;
  word-spacing: 50px;
  text-transform: uppercase;

}
body{
  margin:0;
}
 .stack{color: white;
  padding: 80px 20px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 2px 2px 5px #000;
  font-size: 28px;
  letter-spacing: 6px;
  background-image: linear-gradient(to bottom,white, black);
}
.line{
    padding: 60px 30px;
  font-size: 20px;
  color: #333;
  text-align: justify;
  word-spacing: 10px;
  line-height: 2;
  text-indent: 50px;
  background-image: linear-gradient(to bottom ,white,pink);
}
.full{
    background-position: center;
  background-attachment: fixed;
  color: #fff;
  padding: 100px 40px;
  font-style: italic;
  font-size: 26px;
  text-align: center;
  text-shadow: 1px 1px 4px black;
}
.type{
    background-blend-mode: multiply;
  background-size: cover;
  padding: 70px 30px;
  text-align: right;
  color: #222;
  font-size: 18px;
  line-height: 1.7;
  word-spacing: 5px;
  text-transform: lowercase;
  background-image: linear-gradient(to top,white, rgb(161, 161, 246));
}
.area{
    padding: 60px 20px;
  font-weight: bold;
  font-size: 24px;
  color: #005577;
  letter-spacing: 3px;
  text-align: center;
  text-transform: capitalize;
  text-shadow: 1px 1px 2px #ccc;
  background-image:linear-gradient(to bottom, white, rgb(232, 232, 178)) ;
}
