/*
Creator: Alan Carrasco
Date created: Dec. 6 2019
Date last modified:
*/
body{
    background-color:black;
    background-image:url("https://image.pushauction.com/0/0/15bfc40c-7524-4d7b-b33f-59ee0725ab2d/4a11127b-f839-42cb-868b-2e644a116b20.jpeg");
    background-size: cover;
    font-family: 'Aclonica';font-size: 22px;
  color:#e4c3ad;
  height: 125px;
  text-align: center;
  padding: 30px 0.001px 30px 0.001px;
}
/* header div{
border:3px solid black;
  border-radius:100px; width:500px;
  margin: auto;
  padding:10px;
  background-color: #af1b3f;
} */
header, footer, {

  font-family: 'Aclonica';font-size: 22px;
    background-color: grey;
height: 125px;
/* text-align: center; */
padding: 30px 0.001px 30px 0.001px;
}

}

table {
                width: 75%;

            }
            th {
              background-color: #8F708B;
                height: 30px;
            }
            tfoot td {
                text-align: center;
            }
            tbody tr:nth-child(even) {
              text-align: center;
                background-color: grey;
            }
            tbody tr:nth-child(odd) {
              text-align: center;
                background-color: black;
            }

nav a {
  background-color:#5b7d87;
  color: #fef9ff;
  padding: 10px;
  border: thin solid #0d1f2d;
  text-decoration: none;
  text-align: center;
  display: block;
  margin: 10px 20px;
  width: 200px;
}
nav a:hover {
  background-color: #fef9ff;
  color: #5b7d87;
}
nav a:active {
  font-weight:bold;
}
nav a:visited {
  color:#e4c3ad;
}
nav,footer {
  /* border-top: thin #5b7d87 dashed;
  border-bottom: thin #5b7d87 dashed;
  padding-top: 12px;
  padding-bottom: 12px; */
}
