/* */


body { 
    /*background image src= canva.com elements*/
    background-image: url("images/background.png");
    background-repeat: no-repeat;
}

p {
    text-align: center;
    color: white;
}

@font-face {
    font-family: 'Kalam';
    src: url(fonts/Kalam/Kalam-Regular.ttf);
}


h1 { 
    font-family: 'Kalam', Arial, Helvetica, sans-serif;
    color:rgb(112, 85, 137);
    font-size: 30px;
    text-align: center;
}

footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    background-image: linear-gradient( rgb(190, 180, 200), rgb(180, 145, 197));
    font-size: 13px;

}


ul.signs-Div {
    text-align: center;
    margin: auto;
    padding: 0px;
    color:white;
    display: grid;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    text-align: center;
  }

  li {
    display: inline-block;
  }
  
  li a {
    display: block;
    color: white;
    text-align: center;
    padding: 10px;
  }
