p.i1:hover {
  font-weight: 500;
  color: rgba(247, 208, 157, 0.904);
}
p.i2:hover {
  font-weight: 500;
  color: rgba(247, 208, 157, 0.904);
}

.i1 {
  text-decoration: line-through;
  font-size: 2rem;
  color: rgb(233, 195, 146);
   }

.i2 {
  font-size: 400%;
  color: rgb(233, 195, 146);
  text-decoration: overline;
  position: relative;
  bottom: 200px;
}
.i3 {
  font-size: 200%;
  color: rgb(233, 195, 146);
  position: relative;
  bottom: 400px;
  text-decoration: underline;
}

.i4 {
  text-decoration: line-through;
  font-size: 2rem;
  color: rgb(233, 195, 146);
   }

.i5 {
  font-size: 400%;
  color: rgb(233, 195, 146);
  text-decoration: overline;
  position: relative;
  bottom: 200px;
}
.i6 {
  font-size: 200%;
  color: rgb(233, 195, 146);
  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;
  }