@font-face {
  font-family:'white-on-black';
  src: url('whiteonblack.ttf') format('truetype');
  
}

body {
 background-image: url("https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcSF-jMBqFfm6i5hg6JwDb4USmle-ZdDr8SUQQ&s"); 
}

.header {
  border: 20px solid #000000;
  padding: 0px;
  text-align: center;
  background: #9c9c9c;
  color: Black;
  font-size: 50px;
  font-family: 'white-on-black';
}

.write{
   position: relative; 
   bottom: 500px;  
  
}