.i1 {
  text-decoration: line-through;
  font-size: 2rem;
  color:  rgb(222, 184, 135);
   }

.i2 {
  font-size: 400%;
  color:  rgb(222, 184, 135);
  text-decoration: overline;
  position: relative;
  bottom: 200px;
}
.i3 {
  font-size: 200%;
  color:  rgb(222, 184, 135);
  position: relative;
  bottom: 400px;
  text-decoration: underline;
}

.i4 {
  text-decoration: line-through;
  font-size: 2rem;
  color:  rgb(222, 184, 135);
   }

.i5 {
  font-size: 400%;
  color:  rgb(222, 184, 135);
  text-decoration: overline;
  position: relative;
  bottom: 200px;
}
.i6 {
  font-size: 200%;
  color:  rgb(222, 184, 135;
  position: relative;
  bottom: 400px;
  text-decoration: underline;
}

.ret {
  position: absolute;
  background-color: rgba(233, 197, 149, 0.671);
  width: 20vmin;
  height: 80vmin;
  margin: 10vmin;
  left: 5;
}

.ret2 {
  position: absolute;
  background-color: rgba(233, 197, 149, 0.671);
  width: 20vmin;
  height: 80vmin;
  margin: 10vmin;
  right: 0;
  }