body {
	background-color: #a8b7ba;
	font-family: verdana; 
}

li {
	list-style-position: inside;
	margin-bottom: 2px;
}

.row {
	display: flex;
	margin-bottom: 10px;
}

.column {
	flex: 30%;
	margin: 5px;
}

.column p {
	margin-left: 5px;
	margin-right: 5px;
}

.lens {
	border: 2px dotted black;
}

.papertop {
	border: 3px solid #bfbfbf;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	width: 90%;
	background-color: white;
}

.papertop::before {
	content: "";
	display: block;
	position: relative;
	height: 20px;
	width: 20px;
	background-color: #f5b342;
	border: 2px solid #db941a;
	border-radius: 50%;
	margin-bottom: -15px;
	transform: translate(-50%, -50%)
}

.papertop::after{
	content: "";
	display: block;
	position: relative;
	height: 20px;
	width: 20px;
	right: -100%;
	top: -100%;
	background-color: #f7b2d5;
	border: 2px solid #b85f8c;
	border-radius: 50%;
	margin-bottom: -15px;
	transform: translate(-40%, -30%)
}

.paperheading {
	border: 3px solid #a2b9ba;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 65%;
	background-color: #d8eced;
}

.paperheading::before {
	content: "";
	display: block;
	position: relative;
	height: 15px;
	width: 15px;
	top: -9px;
	left: 45%;
	background-color: #f7b2d5;
	border: 2px solid #b85f8c;
	border-radius: 50%;
	margin-bottom: -15px;
	text-align: center;
}

.backboard {
	background-color: #ad8455;
	margin: 10px;
	border: 5px solid white;
}

.board {
	margin: 10px 5px 10px 5px;
}

.bback {
	border: 2px solid #d9bda5;
	background-color: #f6eee3;
	padding: 5px;
	padding-bottom: 10px;
}

.bback::before {
	content: "";
	display: block;
	position: relative;
	height: 15px;
	width: 15px;
	top: -13px;
	left: 46.5%;
	background-color: #f5b342;
	border: 2px solid #db941a;
	border-radius: 50%;
	margin-bottom: -15px;
}

.bback .head {
	text-align: center;
	font-style: italic;
}

.unaligner {
	height: 15px;
}

.button {
	border: 3px solid white;
	background-color: white;
	transform: rotate(4deg);
}

.buttonlink {
  display: inline-block;
	margin-top: 10px;
	margin-bottom: 5px;
}

.buttonlink ::before {
	content: "";
	display: block;
	position: relative;
	height: 10px;
	width: 10px;
	top: -12px;
	left: -3px;
	background-color: #f5b342;
	border-radius: 50%;
	border: 1px solid #db941a;
	margin-bottom: -15px;
	z-index: 2;
}