#wrap {display:flex; flex-flow:column; justify-content:center; align-items:center;height: 100vh; background: #e0994b;}
#wrap .img_wrap {display:flex; flex-flow:column; align-items:center; width: 50%;}
#wrap .img_wrap img {margin-bottom: 3rem; width: 100%;}
#wrap a { display:flex; justify-content:center; min-width: 50%; background: #3d3b3b; border: 2px solid #211d1d;padding:1rem 2rem; border-radius:3rem}
#wrap a span {font-size:2rem; font-weight: 700; margin-right: 1rem; color:#fff;}
#wrap a img {height: 2rem;}