body
{
font-family: 'Poppins', sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-color: white;
}

#container
{
margin-left: auto;
margin-right: auto;
}
#logo
{
  margin-left:50px;
  margin-top: 10px;
}
.logo img
{
  height: 30px;
  width: auto;
}
#wait
{
font-weight:300;
margin-top:10px;
font-size: 35px;
letter-spacing: 4px;
text-align: center;
}
#comp
{
text-align: center;
margin-top:0px;
}



#tworcy
{
margin-top:0px;
text-align: left;
font-size: 18px;
margin-left:50px;
}
a
{
   text-decoration: none;
   color: black;
}
#footer
{
margin-top: 10px;
font-size: 15px;
text-align: center;
margin-left: auto;
margin-right: auto;
text-decoration: none;
margin-bottom: auto;
}
span a
{
    color: #000000;
    text-decoration: none;
}
span .fa
  {
    color: #E90606;
    margin: 0 3px;
    font-size: 15px;
    text-decoration: none;
    animation: pound 0.60 s infinite alternate;
    -webkit-animation: pound 0.60s infinite alternate;
  }

  @-webkit-keyframes pound {
    to {
      transform: scale(1.1);
    }
  }
  @keyframes pound {
    to {
      transform: scale(1.1);
    }
}
