*,*::before,*::after{padding:0;margin:0;box-sizing:border-box}:root{--background-color: #100E17;--normal-text-color: #BEBEBE;--panel-color: #191621;--bold-color: linear-gradient(to right, #88C2FD 0%, #D8BAFC 100%);--user-hieghlight: #1F4343}::-moz-selection{background-color:var(--user-hieghlight)}::selection{background-color:var(--user-hieghlight)}body{line-height:1.5rem;background-color:var(--background-color);color:var(--normal-text-color);font-family:Arial,Helvetica,sans-serif}h1{color:#0fb6d6}p{margin-top:1rem}h2,h3,h4,h5{margin-top:3rem;border-bottom:1px solid;-o-border-image:linear-gradient(to right, #ED5499 0%, transparent 100%) 1;border-image:linear-gradient(to right, #ED5499 0%, transparent 100%) 1;border-image-slice:1;padding-bottom:1rem}h2 b,h3 b,h4 b,h5 b{font-weight:900}b{background:var(--bold-color);-webkit-background-clip:text;background-clip:text;color:rgba(0,0,0,0);font-weight:normal}b::-moz-selection{color:#7aa2f7}b::selection{color:#7aa2f7}ul{margin:1.5rem}ul li{margin-bottom:.3rem}ul li::marker{color:#88c2fd}i{color:#b17dd5}.container{margin:2rem;padding:4rem;border-radius:1rem;max-width:55%;justify-self:center;background-color:var(--panel-color);z-index:100}