body {
	font-family: Arial, sans-serif;
	background-color: #ffffff;
	margin: 0;
	padding: 0;
}

.safeArea {
	padding: 16px;
	background-color: #ffffff;
}

.textInput {
	height: 40px;
	width: calc(100% - 90px);
	border: 1px solid #ccc;
	padding: 8px;
	margin-bottom: 10px;
	font-size: 16px;
}

button {
	height: 40px;
	width: 80px;
	border: none;
	background-color: #007bff;
	border-radius: 5px;
	color: #ffffff;
	font-size: 16px;
	cursor: pointer;
}

.resultContainer {
	margin-bottom: 20px;
	text-align: center;
}

.resultText {
	font-size: 24px;
	font-weight: bold;
}
