body {
background-image: url(3.jpg);    
background-repeat: no-repeat;
background-position:center -2%;
background-size: 65%;
background-color:#e7d3ca;
}
@font-face{
font-family:Ravenscroft;
src: url(1.ttf);
}
a{
 padding-left: 22px;
 color:#7A6059;
 text-decoration: none;
}
a:hover{
	color:#352B29;
}
h1{
	font-family:Ravenscroft;
	display: flex; 
	justify-content: center; 
	margin:0;
	font-size:80.0pt;
    color:#7A6059;
	font-weight: 400;
}
p{
	margin-top:200px;
}
@media screen and (min-width: 1px) and (max-width: 1920px){
h1{
	font-size:30.0pt;
}
p{
	margin-top: 35px;
}
body {
background-size: 87%;
}
}
@media screen and (min-width:1025px) and (max-width: 1920px){
h1{
	font-size:50.0pt;
}
p{
	margin-top: 50px;
}
body {
background-size: 67%;
}
}
@media screen and (min-width:1921px) and (max-width: 2560px){
h1{
	font-size:80.0pt;
}
p{
	margin-top: 50px;
}
}
@media screen and (min-width:2561px) and (max-width: 9999px){
h1{
	font-size:80.0pt;
}
p{
	margin-top: 100px;
}
}
