@import url(https://fonts.googleapis.com/css?family=Lobster);


* {
	box-sizing: border-box;
}
html {
	height: 100%;
}
body {
	
}

.anounce img {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 20px;
}
}
}
.message {
	display: block;
	width: 100%;
	height: auto;
	margin-top: 1px;
	line-height: 20px;
	text-align: center;
	font-family: 'Lobster', serif;
	font-size: 20px;
	color: #936003;
	text-shadow: 1px 1px 0px #F8D650;
}
@media only screen and (min-width: 480px) {
	.anounce {
		width: 400px;
		height: 400px;
		margin: 0 auto;
		padding: 70px;
	}
	.message {
		display: block;
		width: 100%;
		height: auto;
		margin-top: 1px;
		line-height: 20px;
		text-align: center;
		font-family: 'Lobster', serif;
		font-size: 20px;
		color: #936003;
		text-shadow: 1px 1px 0px #F8D650;
	}
}
@media only screen and (min-width: 800px) {
	.anounce {
		width: 750px;
		height: 750px;
		margin: 0 auto;
		padding: 70px;
	}
	.anounce img {
		width: 900px;
		height: 500px;
		margin: 0 auto;
		
	}
	.message {
		line-height: 50px;
		font-size: 50px;
	}
}
