body {
  width: 6000px;
  height: 6000px;
  font-family: "Libre Baskerville";
  font-size: 50px;
  background: url(https://i.ytimg.com/vi/8EaDyte-Lvk/maxresdefault.jpg);
  color: #eb9849;
  text-shadow: 5px 2px 2px #000000;
  text-align: center;
  padding: 150px;
}
.big{
  line-height: 350%;
  }
    .bigger {
  line-height: 2000%;
}
.ex4 {
  padding: 200px;
  outline-style: none;
  }
  h1 {
  text-decoration: underline overline;
    text-decoration-style: wavy;
    text-decoration-color: #4829FF;
}
  h2{ 
    text-emphasis-style: open;
    text-emphasis-position: under;
  }
   h3{ 
   text-emphasis-style: triangle;
  text-emphasis-position: under;
  }
  h4{
    text-align: left;
  }
  .rook{
    text-align: left;
  }
  
  .relative {
  position: relative;
  width: 1000px;
  height: 250px;
    z-index: 0;
} 

.absolute {
  position: absolute;
  width: 1000px;
  height: 1000px;
  z-index: 0;
  transform: scaleX(-1);
}
.relative2 {
  position: relative;
  float:right;
  width: 650px;
  height: 250px;
    z-index: -1;
} 

.absolute2 {
  position: absolute;
  float:right;
   width: 1000px;
  height: 700px;
  z-index: 0;
  transform: -1 scaleY(-1);
}