* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
.container1 {
	height: 100%;
	background: url("nicevodka-blurred.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.container1 p {
	color: #fff;
	font-size: 36px;
	font-family: arial;
	text-align: center;
	text-transform: uppercase;
	background: rgba(0, 0, 0, 0.5);
	padding: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.container {
	height: 100%;
	background: url("nicevodka.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.container p {
	color: #fff;
	font-size: 36px;
	font-family: arial;
	text-align: center;
	text-transform: uppercase;
	background: rgba(0, 0, 0, 0.5);
	padding: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
