@charset "UTF-8";
body{
	opacity: 1;
}
.alert{
	background: #f3e2a2 url(../imgs/bg_pattern.png);
	width: 100vw;
	height: 100vh;
	position: fixed;
	z-index: 99999;
}
.text_alert{
	font-size: 2vw;
	color: #e70811;
	text-align: center;
	padding:40vh 0;
}



@media screen and (max-width: 1024px) and (min-height: 900px){
	.text_alert{
		font-size: 4vw;
	}
}



@media screen and (max-width: 720px) and (min-height: 450px){
	.text_alert{
		font-size: 5vw;
	}
}
