@font-face {
  font-family: 'Kristen itc';
  src: url('fonts/ITCKRIST.TTF') format('ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Sagoe print';
  src: url('fonts/segoeprint.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
  padding: 0;
  background-image: url('https://alvulcano.pl/wp-content/uploads/2025/06/wlochy-3.png');
  background-repeat: repeat-y; /* powtarzaj tylko w pionie */
  background-position: center 1px; /* środek poziomo, 100px od góry */
  background-size: 700px auto;
  background-attachment: fixed;
  font-family: Arial, sans-serif;
  width: 100%;
  color: rgb(99, 36, 35);
  font-family: 'Sagoe print', sans-serif;
}

.kris {
  font-family: 'Kristen itc', sans-serif;
}

  nav {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(255, 255, 255, 0.85);
    padding: 20px 40px;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
  }
  
  nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 20px;
  }
  
  nav ul li {
    display: inline-block;
  }
  
  nav ul li a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    font-size: 18px;
  }

  #menu {
    margin-left: 10%;
    margin-right: 10%;
    width: 90%;
  }