
body {
	background-image: url(../css/Untitled-154.jpg);
	background-color: #F5F5F5;
	font-family: "pt-sans-bold-italic";
 }
 
@media only screen and (max-width: 767px) {   
 body {
 background-image: url(../css/Untitled-mobile-154.jpg);   
 } }
 
 @media only screen and (max-width: 1920px) {   
 body {
 background-image: url(../css/Untitled-fhd-154.jpg);   
 } }
 
 @font-face {
font-family: "pt-sans-bold-italic"; 
src: url("../fonts/pt-sans-bold-italic.ttf") format("truetype"); 
font-style: normal; 
font-weight: normal; 
} 

@font-face {
font-family: "a_antiqueti"; 
src: url("../fonts/a_antiqueti.ttf") format("truetype"); 
font-style: normal; 
font-weight: normal; 
} 
 
 h1 {
	 font-family: "a_antiqueti";
	 color: #800000;
 }
.quest {
	
	 font-size: 30px;
	 color: #282828;
 }
 li{
	 margin-bottom: 30px;
	 font-size: 20px;
	 
 }
 
 input {
	 background-color: #0978b0;
	 color: white;
	 border-width: 2px;
	 border-color: blue;
	 border-radius: 10px;
 }
 input:hover {
	 background-color: blue;
	 border-width: 2px;
	 border-color: green;
	 border-radius: 10px;
	 cursor: pointer;
 }
 