body {padding-bottom: 0;}
#wrap {width: 100%; min-height: 100vh; display:flex; flex-flow:column; background: #efe3ff; justify-content: center;}
#wrap h2 { font-size:4.5rem; line-height: 1.2; text-align: center; font-weight: bold; color:#6f34c2;}
#wrap p:nth-child(2) {background: #130923; color:#fff; width: fit-content; display: block; padding: .7rem 1rem; font-size:2.5rem; margin: auto; text-align: center; margin-top: 1.5rem;}
#wrap p:nth-child(3) {text-align: center; margin: 3rem 0;}
#wrap p:nth-child(3) img {height: 13rem;}
#wrap a {display: block;width: 60%; text-align: center; margin: auto; line-height: 4.5rem; font-size:2rem; margin-bottom: 1.5rem; background: linear-gradient(90deg, #660fca, #8c4ad7); border-radius:5rem; border:2px solid #fff; color:#fff; box-shadow:2px 2px 5px rgba(0,0,0,0.1)}
#wrap a.on {background: linear-gradient(90deg, #660fca, #8c4ad7);}