         @font-face {
         font-family: Lora;
         src: url(/font/Lora-Medium.ttf);
         }
         body {
		 font-family: Lora!important;	 
         background-image: url(/images/background.jpg);
         background-position: center center;
         background-repeat: no-repeat;
         background-attachment: fixed;
         background-size: cover;
         }
         #name {
         font-family: Lora;
         text-align: center;
         color: white;
         position: absolute;
         width: 100%;
         height: 500px;
         top: 0;
         bottom: 0;
         left: 0;
         right: 0;
         margin: auto;
         }