*,
*::before,
*::after {
  box-sizing: border-box;

}

html{
  background: url(../background.gif) no-repeat center center;
  min-height: 100%;
  background-size: cover;

}

body{ text-align: center;}
h1 {
 font-family: 'Akzidenz-Grotesk Pro Bold Ext'; 
 font-size: 57.33px;
 background: linear-gradient(90deg, rgba(255, 255, 255, 0.48) 0% , rgba(255, 255, 255, 0.9) 49.48% , rgba(255, 255, 255, 0.48) 100%);
display: inline-block;
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
margin-top: 16px;
margin-bottom: 16px;

}

small{
color:white;
font-size: 11.11px; 
font-family: 'Akzidenz-Grotesk Pro Med'; 
letter-spacing: 0.15em;
background: linear-gradient(90deg, rgba(255, 255, 255, 0.18) 0% , rgba(255, 255, 255, 0.24) 49.48% , rgba(255, 255, 255, 0.18) 100%);

-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
}
p{
color:white; 
font-size: 19.2px;
font-family: 'Akzidenz-Grotesk Pro Med'; 
background: linear-gradient(90deg, rgba(255, 255, 255, 0.24) 0% , rgba(255, 255, 255, 0.48) 49.48% , rgba(255, 255, 255, 0.24) 100%);
/*margin-bottom: 32px;*/
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
margin-top: 0px;
margin-bottom: 36px;
}

.knopka{
  color:white; font-size: 19.2px;
font-family: 'Akzidenz-Grotesk Pro Med'; 
background: linear-gradient(90deg, rgba(255, 255, 255, 0.48) 0% , rgba(255, 255, 255, 0.8) 49.48% , rgba(255, 255, 255, 0.48) 100%);
-webkit-background-clip:text;
-webkit-text-fill-color:transparent;
padding:16px 32px;

   }

   .button{
    padding:16px 0px;
    display: inline-block;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.08);
     transition: 0.72s;
     s;
   }

   .center1 { margin:33% 0% }

   .button:hover{ 
    transform: scale(1.08);
    transition: 0.32s;
    }

    .icons a {

      margin:0px 8px;

    }

    .icons a img {

      opacity:0.48;

    }

    .icons {position:fixed; bottom:0px; left:0px; width: 100%; margin-bottom:56px; }

    .icons a:hover img{opacity: 0.99; }
