body 
  {
    background-color: black;
    margin: 0;
    color: white;
    font-family: Fantasy;
  }
  
  
  .container
  {
    width: 70%;
    margin: 0 auto;
    background-image: url("380256.jpg");
    background-size: cover; /*Fills to screen */
    background-position: center center;
    background-attachment: fixed; /* Keeps the background still parallax */
    padding: 50px;
    min-height: 100vh;
    border: 1px solid black;
    text-align: center;
  }
    