/********************** Footer Components***********************/
.bottom-container{
    padding: 30px 0 15px;
    background-color: #7AA5D2;
    text-align: center;
    font-family: "Fredoka-One";
  }

  .bottom-container p{
      font-family: "Fredoka One";
      font-size: 1.2rem;
      line-height: 1.5;
      text-align: center;
      padding: 20px 0;
      color: #EAF6F6;
  }
  
  .footer-link {
    color: white;
    margin: 0 10px 0;
  }
  
