body {
	margin: 1em;
	overflow-x: hidden;
}

.hoje, .amanha {
	display: grid;
	grid-template-columns: repeat(7, 5.5rem);
	grid-template-rows: repeat(5, 100px);
}

.cadeira {
	border: solid 1px var(--pico-color-blue-650);
	height: 80px;
	font-size: 1.3ch;
	padding: 10px;
	margin: 0.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cadeira > p {
	margin: 0.5px;
	text-align: center;
}

table {
	outline: solid 1px var(--pico-color-blue-650);
}

h2, table {
	max-width: 90%;
}

#subscribe {
	width: 14ch;
}
