@media only screen and (min-width: 600px) {
  html, body {
    cursor: url("../media/cur.png"), auto;
    margin: 0;
    padding: 0;
    height: 100vh;
    font-family: Verdana, sans-serif;
    background: url("../media/background.png") no-repeat fixed center;
    background-color: #cccccc;
  }

  body {
    display: flex;
    justify-content: center;
    align-items: stretch;
    height: 100vh;
  }

  main {
    display: flex;
    flex-direction: column;
    width: 50vw;
    background-image: linear-gradient(to right, #ffa21f, #ffd220);
    box-sizing: border-box;
    height: 100vh;
    padding: 0;
    overflow: hidden;
  }

  .na-gorze,
  .na-dole {
    flex-shrink: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .na-gorze {
    padding-top: 1vh;
  }

  .logo {
    margin-top: -2vw;
  }

  .napis {
    text-align: center;
    font-style: italic;
    margin: 0;
    padding: 0;
  }

  .napis-1 {
    color: #000000;
    text-shadow: 0.5vw 0.5vw 0.3vw #FFFFFF;
    font-size: 10vw;
  }

  .napis-2 {
    color: #FFFFFF;
    text-shadow: 0.3vw 0.3vw 0.3vw #000000;
    font-size: 4vw;
    margin-top: -2vw;
    margin-left: -6vw;
  }

  .lista-uslug {
    flex-grow: 1;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 2vw;
    padding-right: 2vw;
    padding-top: 1vh;
    padding-bottom: 1vh;
    box-sizing: border-box;
  }

  ul {
    font-style: italic;
    font-size: 1.8vw; /* delikatnie zmniejszone */
    list-style-type: none;
    text-shadow: 0.2vw 0.2vw 0.2vw #FFFFFF;
    font-weight: bold;
    padding: 0;
    margin: 0;
    text-align: left;
  }

  .telefon-tlo {
    width: 100%;
    background-color: #000000;
    height: 7vw;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
  }

  .telefon {
    text-shadow: 2px 3px 1px #000000;
    font-size: 4vw;
    letter-spacing: 0.1em;
    font-weight: bold;
    color: white;
    text-align: center;
  }

  a {
    text-decoration: none;
    color: #FFFFFF;
  }

  .kratka,
  .kratka-dol,
  .kratka-dol-1 {
    width: 100%;
    height: auto;
    display: block;
  }

  .na-dole {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    gap: 1vh;
    padding-bottom: 1vh;
    flex-shrink: 0;
  }
}
