more redesigning stuff
diff --git a/pages/rsmv/index.js b/pages/rsmv/index.js
index 63eecd5..12f4dea 100644
--- a/pages/rsmv/index.js
+++ b/pages/rsmv/index.js
@@ -73,7 +73,7 @@
                     </>
                 }
                 nameOverwrite="Verify"
-                subtext={` ${this.props.memberCount} members`}
+                subtext={`${this.props.memberCount} members`}
                 gradient={["F27878", "D96B6B"]}
                 wave="web/waves/header/rsm"
                 buttons={[]}
@@ -82,14 +82,16 @@
             <AutoLayout>
                 <Panel>
                     <Text>Complete the check below to join {this.props.guild_name}</Text>
-                    <HCaptcha
-                        id="Captchas mitigate problems"
-                        sitekey="85074411-fa13-4d9b-b901-53095c6d1fc6"
-                        onVerify={token => this.handleVerificationSuccess(this, token)}
-                        theme={this.theme ? "light" : "dark"}
-                    />
+                    <div style={{height: "125px"}}>
+                        <HCaptcha
+                            id="Captchas mitigate problems"
+                            sitekey="85074411-fa13-4d9b-b901-53095c6d1fc6"
+                            onVerify={token => this.handleVerificationSuccess(this, token)}
+                            theme={this.theme ? "light" : "dark"}
+                        />
+                    </div>
                     <button type="button" className={Styles.button + " " + (this.state.captchaComplete ? Styles.buttonComplete : null)} onClick={(success) => this.submitForm(this)}>Proceed</button>
-                    <List>
+                    <List colour="F27878">
                         <ListItem>This is an automatic check performed by RSM.</ListItem>
                         <ListItem>By clicking Proceed, you will be given the <code>{this.props.role_name}</code> role in <code>{this.props.guild_name}</code>.</ListItem>
                         <ListItem>For the full list of data stored by RSM, please check <a href="https://clicksminuteper.github.io/policies/rsm#verification">Here</a></ListItem>