.aboutmeheader {
  background-image: url("/images/prettiest_boy_morgue.jpg");
  background-repeat: no-repeat;
  background-color: rgba(29, 29, 31);
  background-position: center;
  background-attachment: fixed;
  height: 600px; 
  margin-top: 70px;
  display: flex;
}

.fixedheader {
    position: fixed;
    background-color: rgba(29, 29, 31);
    top: 0px;
    left: 0px;
    width: 100%;
    height:70px;
    font-size: 18px;
    z-index: 10;
}

.aboutmeheadercontent {
    flex: 0 0 32%;
    padding: 20px;
    text-align: justify; 
}

.spacer{
    flex:1;
}

.audioplayer {
    margin-top:200px;
    flex: 32% 0 0;
    display: flex;
    flex-direction: column;
    place-items: center;
}

#musicplayer{
  filter: invert(100%);
}


#music_description {
    text-align: center;
    font-weight: bold;
}

button {
    border: 0;
}

main {
    background-color:rgba(29, 29, 31); 
}

#QA {
    padding: 50px 200px;
    margin-left: 32%;
    background-color: grey;
    width: 36%;
    display: grid;
    justify-items: center;
}

article {
    margin: 50 0;
    border: 2px solid rgba(164, 41, 98);
    border-radius: 10px;
    padding: 10px;
    background-color: rgba(29, 29, 31);
    width: 300%;
}

article h3 {
    text-align: center;
}

.contact_info {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    background-image: url(/images/prettiest_boy_morgue.jpg);
    background-position: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-color: rgba(29, 29, 31);
    font-weight: bold;
}

