.area {
position: relative;
display: flex;
  align-items: flex-start; 
    z-index: 2;


}

.area img {
  width: 230px; 
  margin-top: 70px;
  margin-right: -120px;
  float: right;

}

.text {
  font-family: "UnifrakturMaguntia", sans-serif;
  font-size: 27px;
margin-top: 60px;
margin-left: 90px;
  max-width: 670px;
}

.hello {
  margin-top: 0;
}

.desc {
  margin-top: 10px;
}
.desc {
    position: relative;
  font-family: 'Gothic3';
  font-size: 27px;
  z-index: 1;
  line-height: 1.4;
}

.desc::first-letter {
  font-family: 'UnifrakturMaguntia', cursive;
  font-size: 80px;   
  color: #AA8F66;
  -webkit-text-stroke:1px black;
  float: left;
 border-image: url("wlpp.jpg")  40 round;
  border-image-width: 10px;
  line-height: 0.9;
  background-image: url("blocks.jpg");
  background-repeat: repeat;
  margin-right: 8px;
  margin-top: 6px;
  
}
.des {
    position: relative;
  font-family: 'Gothic3'; 
  font-size: 27px;
  z-index: 1;
  line-height: 1.4;
  margin-left: 250px;
  width: 500px;
  top: 30px;
}