@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam&display=swap');

*
{
  margin: 0;
  padding: 0;
}
body
{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 100vh;
  background: #18191f;
  font-family: 'Be Vietnam', sans-serif;
}


h1
{
  text-align: center;
  font-size: 2.5em;
  font-weight: 800;
  color: #efefdc;
  padding-bottom: 1em;
}

h2
{
  text-align: center;
  font-size: 1.5em;
  font-weight: 800;
  color: #efefdc;
  padding-bottom: 1em;
}

table
{
  border-collapse: collapse;
  margin-left:auto;
  margin-right:auto;
}

thead th
{
  font-size: 130%;
  font-weight: 400;
  background-color: #668;
  color: #ffe;
  padding: 1em
}

/*tr:nth-child(even) {background-color: #f2f2f2;}
*/
table, th, td
{
  border: 2px solid black;
}

td
{
  padding: 1em;
  color: #ffe;
}

tr { background-color: #446 }

tr.past { background-color: #113 }
tr.photo { background-color: #113 }

tr.past td { padding: 0.1em }

a { color: #4af;font-weight: 800 }
a:hover { color: #6cf }
a:visited {color: #a4f }

#footnote
{
  position: fixed;
  bottom:0;
  color: #777;
  padding: 1em;
  background-color: rgba(0,0,0,.8);
}

#salons
{
  margin-bottom: 4em;
}
