.request_access { position: absolute; width: 90%; margin: 0 5%; .monkey { width: 250px; height: 250px; border: 6px solid #424242; border-radius: 125px; background: url(https://s3.amazonaws.com/metamaps-assets/site/monkeyselfie.jpg) no-repeat; background-position: 50% 20%; background-size: 100%; margin: 80px auto 20px auto; } .explainer_text { padding: 0 20% 0 20%; font-size: 24px; line-height: 30px; margin-bottom: 20px; text-align: center; } .make_request { background-color: #a354cd; display: block; width: 220px; height: 14px; padding: 16px 0; margin-bottom: 16px; text-align: center; border-radius: 2px; font-size: 14px; box-shadow: 0px 1px 1.5px rgba(0,0,0,0.12), 0 1px 1px rgba(0,0,0,0.24); margin: 0 auto 20px auto; text-decoration: none; color: #FFFFFF !important; cursor: pointer; } }