export default function LogIn(){
const useStyles = makeStyles({
tocenterstyle:{
display: "flex",
width: 100
},
paperstyle:{
height: 450,
width: 400,
},
typostyle:{
align: 'center',
fontSize: 24
},
buttonstyle:
{
background: "ff3366"
},
paperimgstyle:
{
height: 100,
width: 100,
},
roundtry:{
borderRadius: 25,
}