body {
    margin: 0;
    overflow-x: hidden;
    overflow-y: hidden;
}

a {
    color: inherit; 
    text-decoration: inherit; 
  }
  
  a:visited {
    color: inherit;
    text-decoration: inherit;
  }
  
  .powrot {
    position: absolute;
    height: 30;
  width:115;
  margin: 40;
  font-size: 25;
  font-family: Helvetica, sans-serif;
  font-weight: 500;
  color: E1FF9D;
  background-color: 0059FF;
  z-index: 1;
  }
  
  .powrot:hover {
    font-family: 'Playfair Display';
  font-style: italic;
  text-decoration: underline;
  line-height: 100%;
  cursor: pointer;
  }
  
  .dalej {
    position: relative;
    height: 30;
    width:80;
  bottom: 100;
  left: 92vw;
  font-size: 25;
  font-family: Helvetica, sans-serif;
  font-weight: 500;
  color: E1FF9D;
  background-color: 0059FF;
  }
  
  .dalej:hover {
  font-family: 'Playfair Display';
  font-style: italic;
  text-decoration: underline;
  line-height: 100%;
  cursor: pointer;
  }

  .title-content {
    position: fixed;
    display: flex;
    justify-content: left;
    align-items: center;
    height: 100vh; /* pełna wysokość okna */
  }

  #title {
    font-family: "Archivo Black";
  letter-spacing: -2px;
  font-size: 90px;
  transform: scale(2, 9);
  transform-origin: 0 0;
  transition: 0.3s ease-out;
  background-color: 0059FF;
  line-height: 0.68;
  display: inline-block;
  color: white;
  margin-top: -400px;
  margin-left: 5%;
  z-index: 2;
  }

  #but {
    position: absolute;
    height: 20px;
  width: 20px;
  color: #EC6EC6;
  background-color: #EC6EC6;
  left: 1100px;
  top: 50px;
  cursor: pointer;
  z-index: 3;
  border: none;
  }

  #tekst {
    position: relative;
    z-index: 0;
    width: 500px;
    left: 680px;
    top: 100px;
    font-family: "Lora";
    font-size: 30px;
    line-height: 1.5;
    transform: translateY(100vh);
    transition: 0.6s ease-out;
    margin-bottom: 250px;
    background-color: white;
}

 .gdaselfie {
    position: absolute;
    z-index: 1;
    height: 100vh;
 } 
