#wrap {position:relative;min-height:100vh;display: flex; flex-flow: column;justify-content: center;align-items: center; background: url(../img/background.png) no-repeat center / cover;}
#wrap p {font-family: 'NexonLv1Gothic';display:flex;flex-direction: column;align-items: center;;font-size: 4rem;font-weight:700;background: linear-gradient(93deg, #54c8f2, #2f81ed);color: transparent;-webkit-background-clip: text;}
#wrap p span {font-size:1.5rem; ;line-height:2.5rem}
#wrap .img_wrap {width:35%; margin:0 auto; margin-bottom:2rem}
#wrap img {width:100%}
#wrap a {width: 75%;background: linear-gradient(93deg, #54c8f2, #2f81ed);display: block;padding: 1.5rem 0;color: #fff;text-align: center; font-size: 2rem;border-radius: 1rem;margin-top: 2rem; font-weight: bold;}
