/*
apply this css filew to every html file
*/
body{
  margin:0;
  background-color:  	#36393e;
}
h1{
  padding: 1rem 2rem;
  background-color:  	#1e2124;
  width: 50%;
  text-align: center;
  border-radius: 7px;
  font-family: "Arial", serif;
  color:white;
}
h2{
  margin: 0;
  font-family: "Arial Black", serif;
  color: #7289da;

}
h3{
  margin: 0;
  font-weight:500;
  font-family: "Arial", serif;
  color:white;
}
h4{
  font-family: "Arial", serif;
  font-size: 2.5rem;
  font-weight:600;
  margin: 0;
  text-align: center;
  color: #7289da;
}
h5{
  font-family: "Arial", serif;
  font-size: 2.5rem;
  font-weight:500;
  margin: 0;
  text-align: center;
  color: white;
}
h6{
  text-decoration: none;
  font-size: 2rem;
  font-family: "Arial", serif;
  color: #7289da;
}
