#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 {display:flex;flex-direction: column;align-items: center;;font-size: 2rem;font-weight:700;color: #fff;margin-bottom: 7rem;}
#wrap .img_wrap {width: 75%;margin: 0 auto;margin-bottom:2rem}
#wrap img {width:100%}
#wrap a {width: 75%;background: #e93664;display: block;padding: 1.5rem 0;color: #fff;text-align: center; font-size: 2rem;border-radius: .5rem;margin-top: 2rem; font-weight: bold;}
