body {
	background-color: #ffffff30;
}

html {
	background-color: black;
}

img {
	display: block;
	margin: auto;
	max-width: 100%;
	height: auto;
}

div#main {
	display: flex;
	align-items: flex-start;
	gap: 15px;
}

div#ohno_div {
	max-width: 25%;
	height: auto;
}

p.error_message {
	text-align: center;
	margin-right: 15px;
	max-width: 100%;
	height: auto;
	background-color: #00000025;
	color: white;
	font-size: 3em;
	font-weight: bold;
	padding: 15px;
	border: 4px dashed #ffffff25;
}
