body {
	background-color: #201d22;
	color: #eeecf0;
	font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Oxygen, Ubuntu, Cantarell, 'open sans', 'helvetica neue', sans-serif;
	letter-spacing: 0.01em;
	line-height: 1.6;
	font-size: 1.1em;
	font-weight: 400;
	padding: 12px 20px;
	display: flex;
	justify-content: center;
}

article {
	max-width: 700px;
	width: 100%;
}

h1 {
	font-size: 2.3em;
	margin-top: 8px;
}

ul {
	padding-left: 25px;
}

li {
	padding-top: 5px;
	padding-bottom: 5px;
}

a, a:visited {
  color: #c78fff;
  text-underline-offset: 5px;
  text-decoration: underline #9f74cb;
  opacity: 0.9;
}

a:hover, a:active {
  color: #cb97ff;
  text-underline-offset: 5px;
  text-decoration: none;
  opacity: 1;
}

code {
	background: #3a2f44;
	padding: 3px 6px;
	border-radius: 6px;
	color: #dedbe1;
	font-size: 1em;
}

.icon {
	border-radius: 50%;
	width: 20px;
	height: 20px;
	margin-top: 0px;
	margin-left: 3px;
	position: relative;
	top: 4px;
	padding: 0;
}

.instructions {
	padding-top: 40px;
	padding-bottom: 30px;
}

.instruction {
	display: flex;
	justify-content: flex-start;
	padding-bottom: 40px;
	flex-wrap: wrap;
	flex-direction: row;
}

.instruction_text {
	width: 100%;
	max-width: 360px;
	padding-right: 10px;
	overflow: visible;
	box-sizing: border-box;
}

.sub {
	color: #b3b1b6;
}

ul.sub {
	color: #b3b1b6;
	padding-left: 0;
	list-style-type: none;
}

ul.sub li {
	padding-top: 7px;
	padding-bottom: 7px;
}

.instruction_text > strong {
	font-weight: bolder;
	font-size: 2.5em;
	display: block;
	color: #6f6877;
}

.instruction_text code {
	display: inline-block;
}

.instruction_text .sub {
	font-size: 0.9em;
}

.instruction_graphic {
	display: flex;
	justify-content: flex-end;
	min-width: 120px;
	max-width: 300px;
	box-sizing: border-box;
	padding-top: 12px;
	margin-left: 35px;	
	margin-right: 0;	
}

@media only screen and (max-width: 762px) {
	.instruction {
		flex-direction: column;
	}
	.instruction_text {
		max-width: none;
	}
	.instruction_graphic {
		margin-left: 0;
	}
}

.instruction_graphic > img {
	border-radius: 20px;
	max-width: 100%;
	height: auto;
	/* transform: rotate(1deg); */
}
