@font-face {
font-family: "pressstarttop";
    src: url("fonts/pressstart2p/PressStart2P-Regular.ttf") format('truetype');
}
@font-face {
font-family: "dynarec";
    src: url("fonts/dynarec/Dynarec.ttf") format('truetype');
}
@font-face {
font-family: "piqad";
    src: url("fonts/piqad/pIqaD.woff") format('woff');
}
hr {
  border: none;
  height: 5px;
  background-color: red;
  opacity: 1;
}
h1 {
  font-family: pressstarttop, monospace;
  text-transform: uppercase;
  font-size: 2.4rem;/*2.8rem;*/
  color: red;
}
h2 {
  font-family: dynarec, monospace;
  text-transform: uppercase;
  font-size: 2.0rem;
  color: cyan;
}
body {
  font-style: italic;
  font-weight: bold;
  text-align: center;
  background-color: black;
  color: white;
  font-family: monospace, monospace;
  font-size: 1.2rem;
}
.bigg {
  text-transform: uppercase;
  font-size: 2.0rem;
}
.artist {
  text-transform: uppercase;
  color: cyan;
  font-size: 2.0rem;
  margin-top: 1px;
  margin-bottom: 1px;
}
.piqad {
  font-family: piqad;
}
.capp {
  text-transform: uppercase;
}
small {
  color: red;
  font-size: 0.8rem;
}
a:link, a:visited, a:active, a:hover {
  color: white;
}

.btn-play,
.btn-play:visited {
  font-weight: bold;
  background-color: black !important;
  border: 2px solid cyan;
  padding: 10px 20px;
  color: cyan; !important;
  cursor: pointer;
  transition: border 0.3s;
  text-transform: uppercase;
  }
.btn-play:hover,
.btn-play:focus {
  font-weight: bold;
  border-color: cyan;
  color: red;
  outline: none; 
}
.btn-download,
.btn-download:visited {
  font-weight: bold;
  background-color: red !important;
  border: 2px solid red;
  padding: 10px 20px;
  color: white; !important;
  cursor: pointer;
  transition: border 0.3s;
  text-transform: uppercase;
  }
.btn-download:hover,
.btn-download:focus {
  font-weight: bold;
  border-color: white;
  color: white;
  outline: none; 
}
.btn-visit,
.btn-visit:visited {
  font-weight: bold;
  background-color: black !important;
  border: 2px solid red;
  padding: 10px 20px;
  color: white;
  cursor: pointer;
  transition: border 0.3s;
  text-transform: uppercase;
  }
.btn-visit:hover,
.btn-visit:focus {
  background-color: red !important;
  font-weight: bold;
  color: white;
  outline: none; 
}

@keyframes blink {
  0%, 100% { opacity: 1; }
  50% { opacity: 0; }
}
.logo {
  width: 128px;
}
.blink {
  animation: blink 1s infinite;
}
