/*Fonts*/
@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700;900&family=IM+Fell+English+SC&family=Manufacturing+Consent&display=swap');
body{
  background:black;
  font-size:2rem;
}
header{
  text-align:Center;
}
section{
  font-size:1.5rem;
  padding:10px;
  text-align:center;
  border: 5px solid black;
}
main{
  display:flex;
 flex-direction:column;
  text-align:center;
  margin: 10px 15px 10px 15px;
  padding-left:20px;
}
h2{
  font-size:4rem;
}
img{
  max-width:75%;
}
.music{
  
  background:black;
  color:white;
  font-size:24px;

}
.Dnd{
  background:Purple;
  color: white ;
}
.monsterHunter{
  background:lightgreen;
}
ul{
  text-align:left
}
#blackbriar{
   font-family: "Manufacturing Consent", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size:4rem;
  color:darkred;
  text-shadow: 2px 2px 4px white;
}
#Sarcana{
   font-family: "Cinzel Decorative", serif;
  font-weight: 400;
  font-style: normal;
  
}
#mhw{
    font-family: "IM Fell English SC", serif;
  font-weight: 400;
  font-style: normal;
  
}
a{
  text-decoration:none;
  color:red;
  border:5px solid black;
}
h1{
    color: white;
}