body {
	background-color: lightgrey;
	margin: 10px;
}



@media screen and (max-width: 500px) {
  .stuff {
	margin-left: 0;
	width: 100%;
  }
}
