@font-face {
  font-family: utytulowany;
  src: url("/fonts/Saira-Thin.ttf") format("truetype");
}
@font-face {
  font-family: arogant;
  src: url("/fonts/BlackCasper.ttf") format("truetype");
}
.fx { 
  font-family: utytulowany;
  font-color: #888;
  background: -webkit-linear-gradient(#222, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
html {
position: fixed;
  top: 0;
  left: 0;

  /* Preserve aspet ratio */
  min-width: 100%;
  min-height: 100%;
background: rgb(0,212,255);
background: linear-gradient(180deg, rgba(0,212,255,1) 0%, rgba(255,178,45,1) 95%, rgba(249,255,0,1) 100%);
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
h1 {
font-size: 80px;
}
h2 {
font-size: 60px;
}
h3 {
font-size: 40px;
}
.right {
  display: block;
  margin-left: 100%;
  margin-right: 0% ;
  width: 100%;}
