@font-face {
  font-family: Cukier; /* set name */
  src: url(font/CUKIER-Regular.otf); /* url of the font */
}

html, body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed; 
  top: 0; 
  left: 0; 
  z-index: 999;
  background-color: #3F3F3F;
}


a {
  font-size: 20px;
  font-family: Cukier;
  color: white;
  text-decoration: underline dotted;
}

