.uni-old-browser {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 9000;
	overflow: hidden;
	padding: 1rem;
	background-color: rgba(0, 0, 0, .4);
}

.uni-old-browser > div {
	position: relative;
	max-width: 30rem;
	margin: 20vh auto;
	padding: 2rem;
	display: flex;
	flex-direction: column;
	gap: 1rem;
	align-items: center;
	text-align: center;
	background: white;
	border-radius: .5rem;
	box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
}

.uni-old-browser img {
	width: 300px;
	max-width: 100%;
}