/* 100 Bytes of CSS */
/* https://swyx.io/css-100-bytes */

html {
	max-width: 70ch;
	padding: 3em 1em;
	margin: auto;
	line-height: 1.5;
}

/* responsive image sizing */
/* https://thoughtmight.com/tutorial/109-bytes-css-website-looks-great/ */

img{
	max-width: 100%;
	height: auto;
}
