import React, { } from 'react'; import styled from 'styled-components'; const Log = styled.div` background-color: #981e1e; ` const Logo = styled.div` background-color: #E76A6A; ` function Login() { return (