html, body {
  background-color: #111;
}
a:link, a:visited, a:hover, a:active {
  color: #fff;
  text-decoration: none;
}
h1,h2,h3,h4,h5,p {
  color: #fff;
  font-family: "Noto Mono", "Consolas", "Courier New", Courier, monospace;
}
#header, #footer {
  overflow: hidden;
  text-align: center;
  width: 100%;
}
#header {
  top: 0;
  z-index: 2;
}
.logo {
  -ms-transition: all 1.3s ease;
  -webkit-transition: all 1.3s ease;
  transition: all 1.3s ease;
}
.logo:hover {
  -ms-transform: scale(1.1);
  -webkit-transform:scale(1.1);
  transform:scale(1.1);
}
div.gallery {
  border: 0px;
}
div.gallery img {
  width: 100%;
  height: auto;
}
div.gallery img:hover {
  width: 100%;
  height: auto;
  -ms-transform: scale(1.02);
  -webkit-transform:scale(1.02);
  transform:scale(1.02);
  -ms-transition: all 2.6s ease;
  -webkit-transition: all 2.6s ease;
  transition: all 2.6s ease;
}
div.gallery img:target {
  width: 100%;
  height: auto;
  -ms-transform: scale(1.1);
  -webkit-transform:scale(1.1);
  transform:scale(1.1);
  -ms-transition: all 1.3s ease;
  -webkit-transition: all 1.3s ease;
  transition: all 1.3s ease;
}
div.trackid {
  padding: 8px;
  text-align: center;
  inline-size: 400px;
  overflow-wrap: break-word;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
* {
  box-sizing: border-box;
}
.content {
  padding: 4px;
  float: left;
  width: 33.333%;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .content {
    width: 50%;
  }
}
@media only screen and (max-width: 800px) {
  .content {
    width: 100%;
  }
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
