/* Example: change background color of the messaging iframe */
iframe {
	background-color: #e0f7fa !important;
}

body {
	margin: 2rem;
}

p {
	margin: 0;
}

h1 {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

button {
	margin-right: 0.5rem;
	margin-bottom: 0.5rem;
}

.log {
	border: 1px solid #ccc;
	padding: 0.75rem;
	height: 200px;
	overflow: auto;
	white-space: pre-wrap;
}

code {
	background: #f5f5f5;
	padding: 0.1rem 0.25rem;
	border-radius: 4px;
}
