#opu-0000-0000,
.opu-0000-0000 {
	width: 800px;
	min-height: 500px;
	background-color: rgba(255, 255, 255, 1);
	color: black;
	box-shadow: 1px 1px 10px #888888;
	background: url(assets/download.png) rgb(255, 118, 99);
	color: rgb(33, 33, 33);
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	box-sizing: border-box;
}
