import styled from "styled-components"

const FullHeight = styled.div`
  height: 100vh;

  display: flex;
  flex-direction: column;
`

export default FullHeight
