body{
  background-color: #FFF5E6;
  background-image: url('../img/bg.png');
  background-repeat: repeat;
  background-size: 35px 35px;
  font-family: 'Adobe Garamond Pro', 'EB Garamond', 'Adobe Garamond Pro', 'Garamond','Georgia', serif;
}
a{
  color: black;
  text-decoration: none;
}
h1{
  color:#ED230D;
  font-weight: normal;
  display: inline-block;
  letter-spacing: -2px;
  font-size: 44px;
}
#navbar{
text-align: center;
}
#navbar li, ul, h1{
  margin: 20px;
}

#navbar li, ul{
  display: inline-block;
  padding: 0px;
}
.navbar_icon{
  width: 20px;
  vertical-align: text-bottom;
}
#chants{
  width: 900px;
  margin: auto;
  text-align: center;
}

.chant{
  background-color: #ED230D;
  color: white;
  padding: 13px;
  display: inline-block;
  border-radius: 15px;
  font-size: 24px;
  height: 120px;
  width: 240px;
  background-size: 600px auto;
  text-align: left;
  margin: 5px;
}
.chant a{
  color: white;
}
.chant p{
  padding: 0px;
  margin: 87px 0px 0px 7px;
}
.red{
  color:#ED230D;
}
