@import "colors.css";

*, *:after, *:before {
	box-sizing: border-box;
}

p {
	padding: 0 10px;
}

.grid > div {
	min-height: 300px;
	width: 100%;
}