

.title {

  font-family: 'Amatic SC', cursive;

}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px; /* Set the fixed height of the footer here */
    line-height: 60px; /* Vertically center the text there */
    background-color: #000;
  }

  .cover-container {
    max-width: 42em;
    background-color: #000;

  }


  
 .jumbotron {
height:300px;
background-color:#222;
}

.black{

  background-color: #000;  
}