.container {
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
}

h1 {
  color: white;
  font-size: 4rem;
  text-align: center;
  margin-top: 2rem;
  font-weight: bold;
}

p {
	font-size: 18px;
	margin-botto: 10px;
}

textarea {
	width: 100%;
	height: 200px;
	padding: 10px;
	margin-bottom: 20px;
	font-size: 16px;
	border-radius: 9px;
	border: 1px solid #ccczzzzzz;
	resize: none;
}

button {
	font-size: 18px;
	padding: 10px 20px;
	background-color: #007bff;
	color: #fff;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

button:hover {
	background-color: #0062cc;
}

#result {
	font-size: 20px;
	margin-top: 20px;
}

.error {
	color: red;
	font-size: 16px;
	margin-top: 10px;
}
body {
  background-image: url("https://th.bing.com/th/id/OIP.Two3DIeKN8EfZ0afZAjQxwHaEo?pid=ImgDet&rs=1");
  color: white;
}