@import url('https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300..700&display=swap');



body{
  font-family: "Space Grotesk", sans-serif;
  font-weight:300;
  margin:0;
  color:#222222;
  background-color:#F7F7F7;
}

a{
  font-family: "Space Grotesk", sans-serif;
  font-weight:400;
  color:#7d8fe8;
  text-decoration:none;
}

a:hover{
  color:#a8b4f0;
}

p{
  text-align:left;
  font-size:16px;
}

h1{
  font-family: "Space Grotesk", sans-serif;
  font-weight:700;
  font-size:36px;
  color:#ffffff;
  margin:0;
  padding:0;
  text-align:left;
}

h2{
  font-family: "Space Grotesk", sans-serif;
  font-weight:700;
  font-size:24px;
  color:#ffffff;
  margin: 0 0 10px;
  padding:0;
  text-align:left;
}

h3{
  font-family: "Space Grotesk", sans-serif;
  font-weight:400;
  font-size:16px;
  margin:0;
  padding:0;
  text-align:left;
  color:#9a9a9a;
}

h4{
  font-family: "Space Grotesk", sans-serif;
  font-weight:400;
  text-align:left;
  font-size:12px;
  color:#ffff64;
  margin: 0 0 6px;
  padding:0;
  text-transform:uppercase;
}

.logo{
  background-color:#ffff64;
  width:100%;
  height:20px;
  padding: 8px 0 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin:0;
}
.thisisstupid{
  /* THIS IS LOAD BEARING DON'T FUCK WITH IT */
  margin-left:-140px;
}
.i_prodigy {
  color:#000000;
  font-size:20px;
  
}

.header{
  height:360px;
  width:100%;
  z-index:0;
  position:absolute;
  margin:0 auto;
  background-color:#000000;
  opacity:1;
}

.headerimg{
  height:360px;
  width:100%;
  z-index:-1111;
  position:absolute;
  margin:0 auto;
  background-color:transparent;
}

.info{
  z-index:1;
  margin:0 auto;
  height:360px;
  width:1000px;
  background-color:rgba(0, 0, 0, .5);
}

.icon{
  float:left;
  background-color:transparent;
  padding: 28px 16px 28px 14px;
  z-index:1;
}

.icon img{
  width:300px;
  height:300px;
  z-index:1;
  border:solid 1px white;
}

.title{
  position:absolute;
  margin-top:50px;
  margin-left:328px;
}


.content{
  position:relative;
  margin:0 auto;
  background:transparent;
  width:1000px;
  padding-bottom:50px;
  margin-top:375px;
  z-index:111111;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 1fr);
  gap: 12px;
}

.content h3{
  text-transform:uppercase;
  margin-left:36px;
  font-size:14px;
}

.tracklist{
  font-family: "Space Grotesk", sans-serif;
  font-weight:600;
  font-size:20px;
  color:#222222;
}

.tracklist a{
  color:#222222;
  text-decoration:none;
}

.tracklist ol {
  counter-reset: item;
}

.tracklist li {
  display: block;
  padding: 16px 0;
  border-bottom:solid 1px #D6D6D6;
  overflow-wrap: break-word;
}

.tracklist li::before {
  display: inline-block;
  content: counter(item) " ";
  counter-increment: item;
  width: 32px;
  color:#9a9a9a;
}

.tracklist li::after{
  color:#9a9a9a;
  content: " Lyrics";
}

.right h3{
  margin-top:24px;
  margin-bottom:8px;
}

.about, .credit{
  margin:0 auto;
  width:340px;
  padding:16px;
  background-color:#ffffff;
}

.qa{
  padding-bottom:16px;
  margin-bottom:18px;
  border-bottom:solid 1px #D6D6D6;
}

.qa strong{
  font-family: "Space Grotesk", sans-serif;
  font-weight:700;
  font-size:14px;
  margin-bottom:18px;
}

.qa blockquote{
  font-family: "Space Grotesk", sans-serif;
  font-weight:300;
  font-size: 16px;
  padding: 20px 0 0 0;
  margin: 0 0 0 30px;
  position: relative;
  display:block;
}

.qa blockquote::before{
  color:#5a5a5a;
  font-family:Times New Roman;
  content: "\201C";
  font-size:40px;
  position: absolute;
  margin-top:-8px;
	margin-left:-25px;
  overflow-wrap: break-word;
  word-break:break-word;
}

.qa blockquote::after{
  content: '';
}

.qa span{
  font-style:italic;
  margin-top:8px;
}

.qa span::before{
  font-style:normal;
  content: "- via ";
}

.credit h3{
  color:#222222;
  margin:0;
  padding: 0 0 8px;
  border-bottom:solid 1px #D6D6D6;
}

.credit a{
  font-family: "Space Grotesk", sans-serif;
  font-weight:400;
}

table.cred {
  font-family: "Space Grotesk", sans-serif;
  font-weight:400;
  width: 100%;
  text-align: left;
}
table.cred td, table.cred th {
  padding: 5px;
  border-bottom:solid 1px #D6D6D6;
}
table.cred tbody td {
  font-size: 16px;
  color: #222222;
}
table.cred thead th {
  font-size: 16px;
  font-weight: normal;
}

.credtype{
  color:#9a9a9a!important;
  width:50px;
}

