html, body {
}

.red {
	color: red;
}

.q + h3 {
	margin-top: 100px
}

.q {
	display: flex;
	flex-direction: column;
	margin-bottom: 30px;
}


