import styled from "styled-components";
const StyledSpaceCadet = styled.div`
height: calc(100% - 30px) !important;
width: 100% !important;
canvas {
height: calc(100% + 12px) !important;
}
`;
export default StyledSpaceCadet;