#hello {
	background-color: rgba(0, 0, 0, 0);
	border: none
}

#hello:hover {
	cursor: pointer;
}

dialog button {
	float: right;
	margin-left: 16px;
}