import styled from 'styled-components'; export const StyledReCAPTCHA = styled.div` font-size: 13px; width: 300px; margin: auto; }`; export const StyledNav = styled.div` .db-warn-msg { margin-top: 30px; width: 100%; } .db-warn-msg p { margin: 0 auto; width: 500px; background-color: #e97450; font-size: 15px; color: white; padding: 15px 30px; border-radius: 10px; }`;