ElevatedButton(
onPressed: () {},
child: const Text('Kindacode.com'),
style: ElevatedButton.styleFrom(
primary: Colors.pink,
fixedSize: const Size(300, 100),
shape: RoundedRectangleBorder(
borderRadius: BorderRadius.circular(50))),
),