body{
  font:20px/1.1em serif;
  background: #1c1b22;
  color: blueviolet;
}

header{ 
  width: 60%;
  margin: 20px;
  margin-bottom: 40px;
}

h1{
  font-family: 'Mangle';
  color: blueviolet;
  text-shadow: blueviolet 1px 0 10px;
  font-size: 10vw;
}

#overflow{
  margin: 20px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}

article{
  /* display: grid;
  align-items: center;
  justify-content: center; */
  width: 100%;
  border-top: 1px solid blueviolet;
}

article p{
  font-size: 0.8em;
  margin: 0;
}

article audio{
  width: 100%;
  margin-bottom: 20px ;
}

article b{
   text-shadow: blueviolet 0px 0 4px;
}

footer{
  position: fixed;
  padding: 10px 20px ;
  bottom: 0;
  font-size: 0.6em;
  color: blueviolet;
}

footer a{
  
  color: rgb(99, 67, 121);
}