    #headerImage {
    border:5px solid #000;
    width:100%;
    height:200px;
    background:no-repeat url('https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTwGYAtI-DPrTmskDjw1WMT-dF1l6plTQxTwQ&s');
    background-size:cover;
}
  
  #headerImage h1 { 
    font-size:100px; 
    padding:10px; 
    color:#000; 
    font-family: lobster,merriman, arial, sans-serif;
    }
    
h2 {
  margin:40px 0 20px 25px;
}

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
  color: #e67300;
}

td, th {
  border: 1px solid #ccc;
  text-align: left;
  padding: 8px;
  background-color: black;
  font-size: 25px;
}

tr:nth-child(even) {
  background-color: black;
}

.alert {
  padding: 20px;
  margin:10px 0 15px 25px;
  background-color: #cc66ff;
  color: white;
  display:block;
  float:left;
  font-size: 25px;
  width:90%;
}

.closebtn {
  margin-left: 15px;
  color: white;
  font-weight: bold;
  float: right;
  font-size: 32px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
}

.closebtn:hover {
  color: black;
}
    
.container {
  position: relative;
  text-align: center;
}

#headerImage {
    border:5px solid #000;
    width:100%;
    height:200px;
    background:no-repeat url('https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTwGYAtI-DPrTmskDjw1WMT-dF1l6plTQxTwQ&s');
    background-size:cover;
    
}
  
  #headerImage h1 { 
    font-size:100px; 
    padding:10px; 
    color:#000; 
    font-family: lobster,merriman, arial, sans-serif;
}
    
  .messages  {
    display: block;
    float:left;
    margin:0 0 50px 0; 
  }

  .route  {
    display: block;
    float:right;
    width:45%; 
    margin:0 0 50px 0; 
    
  }

.blakeyButtons a:link, .blakeyButtons a:visited {
  background-color: #cc66ff;
  color: white;
  padding: 10px 0;
  margin:40px 0 50px 23px;
  text-align: center;
  text-decoration: none;
  display: block;
  float:left;
  width:45%;
  font-size: 27px;
  
}

.blakeyButtons a:hover, .blakeyButtons a:active {
  background-color: Purple;
}