/* Show it is fixed to the top */
body {
  background-color: #333;
  padding-top: 4.5rem;
  justify-content: center;
    
    text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  
}
h1{
  color:#fff;
}