.login-msg {
	text-align: center;
}

.centered-button-container {
	display: flex;
	justify-content: center;
}

.wide-button {
	width: 100%;
}

.room-form {
	display: flex;
	gap: 15px;
	width: 100%;
}

#roomid {
	flex-grow: 1;
	flex-shrink: 1;
	flex-basis: 0;
	box-sizing: border-box;
	max-width: none;
}

.go-button {
	flex-shrink: 0;
	flex-grow: 0;
	box-sizing: border-box;
}

.new-room-form label {
	display: block;
	margin-top: 0.75em;
}

#back-button {
	background-color: #555555;
}

.buttons {
	margin-top: 0.75em;
}

.error {
	color: red;
	background-color: lightpink;

	border: red 3px solid;

	padding: 10px;
	border-radius: 10px;
}

.bigimg {
	max-width: 100%;
	max-height: 600px;
	object-fit: contain;
	border: 4px white solid;

	margin: 0 auto;
}

.result-container {
	display: flex;
	justify-content: center;
}

.big-button {
	font-size: 2em;
}

.centered {
	display: flex;
	justify-content: center;
}

.submit-form {
	margin-top: 20px;

	display:flex;
	justify-content: center;
	align-items: center;
}

.timestamps {
	display: flex;
	justify-content: space-between;
	gap: 15px;
}

input.wide-input {
	width: 100%;
	max-width: 100%;
}

.form-list {
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.new-webhook-form > * {
	box-sizing: border-box;
	margin: 15px 0 0 0;
}

.end-button {
	background-color: red;
}