#page-connection {
	padding: 0.5em;
	overflow-y: auto;
}

#page-connection > * {
	width: 100%;
}

#page-connection > span {
	height: 5%;
	font-size: 80%;
	font-weight: bolder;
	display: flex;
	justify-content: left;
	align-items: center;
}

#page-connection > input {
	height: 10%;
	text-align: center;
	font-size: 1.2em;
	margin-bottom: 0.5em;
}

#page-connection > button {
	height: 15%;
	font-size: 1.2em;
	padding: 0.5em;
}

#connection-log {
	height: 40%;
	margin-top: 0.5em;
	color: white;
	background-color: black;
	overflow: auto;
	max-width: 100%;
	padding: 0.5em;
}