header{
  text-shadow: 1px 1px 2px rgb(0,0,0);
  color: rgb(15, 123, 157);
  text-align: center;
}

body 
{
  background-color: rgb(145, 123, 157);
  color: black;
  text-align: center;
}

body p li {
  font-family: "Raleway";
} 

h1 h2 h3 {
    font-family: "Montserrat", sans-serif;
}

div{
  background-color: rgb(167, 167, 167);
  border-radius: 8px;
  padding: 1.25rem;
  margin: 0 auto;
}

footer
{
  margin-top: 20px;
  margin-bottom: 100px;
}

ul li 
{
  list-style: none;
}

h2, h3{
  text-shadow: 1px 1px 2px rgb(0,0,0);
 	color: rgb(15,123,157);
}

#community li {
  list-style: none;
}

ol li { 
  text-align:center; 
  list-style-position:inside; 
}



