html, body {
	padding: 0;
	margin: 0;
	font-family: sans;
	height: 100vh;
	width: 100vw;
	max-width: 100%;
	box-sizing: border-box;
}

.subpage.inactive {
	display: none;
}

.subpage.active {
	height: 100vh;
	display: block;
}

#subpage-connect {
	text-align: center;
	font-size: 120%;
	background-color: #ccc;
}

#subpage-connect-content {
	position: absolute;
	top: 25vh;
	width: 100vw;
}

#connection-status {
	font-style: italic;
}

#select-rfb-view {
	position: absolute;
	width: 10em;
	top: 3vh;
	right: 3vw;
	border: 2px solid #ddd;
	padding: 0.5em;
	transition: 0.4s;
	background: #ece;
	border-radius: 0.2em;
}

option {
	gap: 0.3em;
	border: 2px solid #ddd;
	background: #ece;
	padding: 0.5em;
}
