<script>

export let name;

</script>

<style>

h1 {
  color: #FF3E00;
}

</style>

<h1>Hello {name}!</h1>