#update-page {
	background: #4C4C4C;
	height: 100%;
	position: fixed;
	width: 100vw;
}

#update-page #container {
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 50%;
}

#update-page #message {
	color: #FFFFFF !important;
	margin-bottom: 10px;
}

#update-page #ok-button {
	background: #FFE801;
	border-radius: 10px;
	font-family: "RubikMedium";
	padding: 10px;
}