#wrap {background: #eef1fa; display: flex; flex-direction: column; align-items: center; justify-content: center; height: 100vh; margin: 0;}
#wrap > * {color:#fff; text-align: center;}
#wrap .title {width: 22rem;}
.title span {font-size: 1.3rem;color: #4d60de;font-weight: bold;display: block;margin-top: 2rem;}
#wrap .title img {width: 100%;}
#wrap .content { padding: 3rem 0; line-height: 1.5;}
#wrap .content p {font-size: 1.8rem;line-height: 1.4;}
#wrap a {font-size: 1.7rem; display: block; width: 55%; background: linear-gradient(45deg, #6a5de8, #4d5fdf); padding: 1.5rem 0; border-radius:3rem; position: relative; color: #fff; font-weight: 900;}
