@import url('https://fonts.googleapis.com/css2?family=Audiowide&family=Space+Mono&family=Zen+Dots&display=swap');

body {
	background-color: #FFCBF1;
}

div {
	padding: 10px;
	margin: 10px;
}

.container {
	background-color: #ccf1ff;
	margin: auto;
	width: 1200px;
	display: flex;
	justify-content: center;
}

h1 {
	font-family: 'Audiowide', sans-serif;
	color: darkred;
	font-size: 25px;
}

h2 {
	font-family: 'Zen Dots', sans-serif;
	color: darkblue;
	font-size: 20px;
}

.item1 p {
	font-family: 'space mono', sans-serif;
	color: deeppink;
	font-size: 15px;
}

.item2 p {
	font-family: 'space mono', sans-serif;
	color: saddlebrown;
	font-size: 15px;
}

.item1 {
	background-color: #ccffeb;
	width: 450px;
}

.item2 {
	background-color: #ccd8ff;
	width: 450px;
}