body {
 
  background-color: #777777;
  color: white;
  font-family: Courier;
  }
 
  h1 {
  text-align: center;
  }

  h2 {
  text-align: center;
  text-shadow: 2px 2px #515151;
  }

  h3 {
  text-align: center;
  }
  
  a:link {
  color: #AAAAFF;
  text-decoration: none;
  }
  a:visited {
  color: #FFAAFF;
  text-decoration: none;
  }
  a:hover {
  color: #FFAAFF;
  text-decoration: underline;
  }
  
  p {
  text-align: center;
  }
  
  
  ul {
  text-align: center;
  list-style-type: square;
  list-style-position: inside;
  }
  
  
  div { 
  display: flex; 
  align-items: center;  
  } 
  
    

  
  .column {
  float: left;
  width: 100%;
  padding: 20px;
  }
  
  .row {
    margin: -20px;
    position: relative;
    background-image: url('filmreel.png');
  }
  
  
  .row:after {
  content: "";
  display: table;
  clear: both;
  }
  
  .card {
  padding: 8px;
  text-align: center;
  background-color: #1A1A1A;
  margin: auto;
  }
    
  
