/* External CSS File */
body {
    background-color: #d2ffea;
    color: #000000;
    font-family: Arial, sans-serif;
    margin: 10px;
    
}

h1 {
    text-align: center;
}


nav {
    text-align: center;
}

footer {
    text-align: center;
}


  table {
    margin: auto;
    border: 5px solid #00000071;
    width: 100%;
    border-spacing: 0;
  }
  
  td, th {
    border-style: none;
    padding: 1em;
    width: auto;
  }

  
  tfoot td {
    font-size: 15px;
    font-style: italic;
    text-align: center;
  }
  
  tr:nth-of-type(even) {
    background-color: #eaeaea;
  }
  
  thead:first-of-type {
    color: #2c143f;
    font-size: 22px;
    text-align: center;

  }

  tr:nth-of-type(odd) {
    background-color: #ffffff;
  }
  


/* caption tag */
caption {
    font-family: Impact, "Franklin Gothic Bold", "Red", sans-serif;
    font-weight: bold;
    font-size: 1.75em;
    padding-bottom: 0.5em;

}

/* responsive image class */
.responsive {
    max-width: 100%;
    height: auto;
    border: 1px solid #51471A;
    border-radius: 10px;
}

#awesome {
    background-color: #2c143f;
    color: #FFF;
    border: 5px solid #00000071;
    width: 100%;
    border-spacing: 0;

  }

  #headhome {
    background-color: #e4e4e4;

  }

  li {
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
  }