* {
  padding:0;
  margin:0;
}

body {
  color: #000000;
  font: 14px Sans-Serif;
  margin: auto;
  padding: 5px;
  height:90vh;
  background: #000;
  background-size:contain;
  background-repeat:no-repeat;
  background-position: center 120px;
}

p {
  text-align: center;
  color: #ffffff;
  padding: 10px 10px 10px 10px;
  margin: 0;
}

h1 {
  text-align: center;
  color: #ffffff;
  padding: 10px 0 0px 0;
  margin: 0;
}

h1 a {
  text-align: center;
  color: #777777;
  padding: 10px 0 0px 0;
  margin: 0;
}

h2 {
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  padding: 5px 0 5px 0;
}

h3 {
  font-size: 16px;
  text-align: center;
  color: #bbbbbf;
  padding: 5px 0 5px 0;
}

#logo{
  background-image: url(../images/logo.png);
  background-size:contain;
  background-repeat:no-repeat;
  background-position: center;
  margin:auto;
  width:clamp(370px, 70vw, 800px);
  height:clamp(100px, 35vh, 400px);
  opacity:0.85;
}

#container {
  box-shadow: 0 5px 10px -5px rgba(0,0,0,0.5);
  position: absolute;
  background: #222324;
  top:380px;
  width:clamp(340px, 50vw,90vw);
  left:50%;
  transform:translateX(-50%);
  border:2px solid #fff;
  border-radius:1em;
  opacity: 0.85;
}

#container_gigs {
  box-shadow: 0 5px 10px -5px rgba(0,0,0,0.5);
  position: absolute;
  background: #222324;
  bottom:-140px;
  width:clamp(340px, 50vw,90vw);
  height:460px;
  left:50%;
  transform:translateX(-50%);
  border:2px solid #fff;
  border-radius:1em;
  opacity: 0.85;
}

.logo_link{ 
  position:absolute; 
  width:100%;
  height:100%;
  top:0;
  left: 0;

  z-index: 1;
} 

table {
  background-color: #404245;
  border-collapse: collapse;
  width: 100%;
  margin: 15px 0;
}

th {
  background-color: #000000;
  color: #fafaff;
  padding: 5px 10px;
}

th small {
  font-size: 9px;
}

td, th {
  text-align: left;
}

a {
  text-decoration: none;
  color: #fafaff;
}

td a {
  color: #fafaff;
  display: block;
  padding: 5px 10px;
  text-align:center;
}

th a {
  padding-left: 0
}

td:first-of-type a {
  background: url(./.images/file.png) no-repeat 10px 50%;
  padding-left: 0px;
}

th:first-of-type {
  padding-left: 0px;
}

td:not(:first-of-type) a {
  background-image: none !important;
}

tr:nth-of-type(odd) {
  background-color: #494b4e;
}

tr:hover td a {
  background-color:#a0a1aa;
}

tr:hover td a {
  color: #000;
}
