#wrap {height: 100vh; display: flex; align-items: center;}
.container {width: 100%;}
.title {width: 100%; text-align: center; height: 7rem;}
.title img {height: 100%;}
.content {display:flex; flex-flow:column; align-items:center; margin: 7rem 0;}
.content p a {display: block; color:#ee912e; font-size:2rem; font-weight: bold; padding: 1.5rem 0; text-decoration: underline; text-underline-position: under;}
.content + a {display: block; width: 80%; margin: auto; background: #77ad29; color:#fff; padding: 1.5rem 0; text-align: center; font-size:2rem; border-radius:0.5rem}





