import styled from "styled-components"; export default styled.div` width: 100%; position: fixed; left: 0px; bottom: 0px; text-align: center; font-size: 12px; span { background-color: #e1e1e1; } `;