﻿body{background:#055765;background:linear-gradient(135deg,#055765 0%,#020003 100%);}.test-scss{font-size:42px;color:#f00;font-style:italic;text-align:center;}.another-one{font-size:56px;color:#542862;font-weight:bold;text-decoration:underline;}.butterfly{width:500px;display:flex;flex-direction:row;}.butterfly .half-wrap{width:50%;display:flex;flex-direction:row;}.butterfly .half-wrap .wing{width:80%;}.butterfly .half-wrap .body{width:20%;}.butterfly .half-wrap.right{flex-direction:row-reverse;}.butterfly .half-wrap.right .wing{transform:scaleX(-1);}.butterfly .half-wrap.right .body{transform:scaleX(-1);}