// JavaScript: Hello, (your name)
const name = prompt("What is your name?");
if (name && name.trim() !== "") {
document.body.innerHTML += `<h1>Hello, ${name.trim()}!</h1>`;
}
<!DOCTYPE html>
<html>
<head>
<title>Lottery Game</title>
</head>
<body>
<h1>Enter Your Numbers</h1>
<input type="number">
</body>
</html>
.carousel {
float: right;
max-width: 700px;
max-height: 700px;
overflow: hidden;
}