
body {
  background-color: rgba(0, 0, 0, 0.4);
  background-image: url();
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  color: white;
}

 
 
/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0.5); 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: white; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: lime; 
}

h3 {
  font-size:12px;
   font-family:courier;
   text-align:right;
}
h1 {
  font-family:Arial Narrow; 
  font-size:85px; 
  color:white;
  text-align:center;
}

p {
  font-family: Calibri; 
  font-size:14px; 
  color:white;
  text-align:left;
}


   

  
  /* element
  &emsp; (tab)
  &quot; (double quote)
  &lsquo; (left single quote)
  &rsquo; (right single quote)
  &apos; (')
  */
  
 
  <h3>day, month date, year, 5:22:20 PM &emsp;</h3>
  <h1>promise</h1>
     <p> text </p>



