@charset "UTF-8";


h1 + p {
	display: flex;
}

div {
	width: 600px;
}

h1 {
	color: blue;
}
