
body::before { height: 50%; width: 100%; position: absolute; top: 0px; left: 0px; background: rgb(240, 98, 146); content: ""; z-index: 0; }
.fg-line::after { position: absolute; z-index: 3; bottom: 0px; left: 0px; height: 2px; width: 0px; content: ""; transition: all 0.3s ease 0s; background: rgb(240, 98, 146); }