.prayers-nav {
    font-family: “Comic Sans MS”, “Comic Sans”, cursive;
    line-height: 30px;
    background-color: rgb(219, 254, 218);
    height: 1150px;
    width: 15%;
    float: left;
    padding: 5px;
    border-radius: 5px;
  }
  .prayers-footer {
    font-family: “Comic Sans MS”, “Comic Sans”, cursive;
    background-color: rgb(55, 130, 47);
    color: rgb(179, 249, 178);
    clear: both;
    padding: 5px;
    border: solid;
    border-color: black;
    border-radius: 5px;
}
  .footer-1 {
    display: inline-block;
    float: right;
  }
  .footer-2 {
    display: inline-block;
  }