body {
	font-family: sans-serif;
	background-color: lightgray;
	margin: 0;
}

.container {
	/* max-width: 700px; */
	margin: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

form {
	margin-block-end: 0.5em;
}

.section {
	border: 2px solid black;
	padding: 8px 4px;
	border-radius: 4px;
	background-color: lightyellow;
	margin-bottom: 15px;
	width: 700px;
	box-sizing: border-box;
	display: inline-block;
	max-width: 100%;
}

p {
	margin-left: 1em;
	margin-right: 1em;
}

.disclaimer {
	font-size: 0.7em;
	color: darkgray;
}

.disclaimer a{
	color: darkgray;
}

.start-scan {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 20px;
}

.start-scan a {
	border: 2px solid darkred;
	padding: 10px 50px;
	border-radius: 10px;
	width: 5em;
	background-color: lightpink;
	color: black;
	text-transform: uppercase;
}

.start-scan a:hover {
	background-color: lightyellow;
}

.other-ip>div,
.other-ip {
	display: none;
}

.other-ip>div.show,
.other-ip.show {
	display: block;
}

.variable {
	border: 2px solid darkgray;
	background-color: lightgray;
	border-radius: 4px;
	padding: 2px 4px;
	font-family: monospace;
	font-size: 1.2em;
}