@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@media screen and (max-width: 1000px){
	body{
		padding-top:30px !important;
	}
	.box{
		max-width: 100% !important;
		margin: 10px !important;
	}
	.content{
		text-align: center !important;
	}
	span{
		width: 100% !important;
	}
h1{
	text-transform: uppercase;
	margin-top: 100px;
	font-size: 28px;
}
}
body{
	background-color: #FFF;
	background-image: url("images/french-stucco.png");
	padding-top:80px;
	font-family: "Inter","Verdana", serif;
	color: #08090C;
}
.box{
	-webkit-box-shadow: 0px 0px 29px 8px rgba(0, 0, 0, 0.12);
	-moz-box-shadow: 0px 0px 29px 8px rgba(0, 0, 0, 0.12);
	box-shadow: 0px 0px 29px 8px rgba(0, 0, 0, 0.12);
	margin: auto;
	max-width: 400px;
	border-radius: 10px;
	padding: 40px;
	background: #FFF;
}
.img, h1{
	text-align: center;
}
.img img{
	width: 150px;
}
h1{
	text-transform: uppercase;
	margin-top: 50px;
	font-size: 28px;
}
.content{
	font-size: 16px;
	margin-top: 30px;
}
span{
	margin-right: 15px;
	float: left;
	color: #FE3434;
	padding-bottom: 10px;
}
a{
	color: #08090C;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
p{
	line-height: 28px;
}
