body{
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    background-image: url("../img/bg3.png");
    background-repeat: no-repeat;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    color: #fff;
    margin: 0px;
    padding: 0px;
}
header{
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}
main{
    display: flex;
    justify-content: center;
    align-items: center;
}
.box3{
    text-align: center;
    margin-left: 3%;
    padding: 9%;
    background-color: #303030;
    border-radius: 50px;
    border: 2px solid black;
}
.box2{
    padding-right: 5%;
}
select {
    border: 1px solid black;
    padding: 10px;
    width: 400px;
    background-color: #484646;
    color:#fff;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    text-align: center;
} 

.selected{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    width: 400px;
}
label{
    padding: 20px;
    text-align: center;
    width: 100%;
}
.btn-z{
    background-color: #FEC202;
    color: black;
    border: none;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    width: 100px;
    padding: 10px;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 15px;
    text-align: center;
}
.box2 img{
    border-radius: 1%;
}
.box3 p{
    margin-left: auto;
    margin-right: auto;
}
#wynik {
    padding: 20px;
}
@media (max-width: 1024px) {
    body{
        background-color: black;
    }

    main {
        display: flex;
        flex-direction: column;

    }
    .box2{
        width: 100%;
        text-align: center;
        padding: 0;
    }
    .box2 img{
        width: 90%;
        height: 90%;

    }
    .box3{
        padding: 100px;
        border-radius: 0px;
        margin: 50px 0px 0px 0px;
        width: 100%;
    }
    .selected{
    width: 100%;
    display: flex;
    }
    #pakiet1{
        width: 100%;
    }

  }
  #myModal {
    display: none; /* Ukrycie modala na początku */
    position: fixed;
    z-index: 1; /* Ustawienie modala na wierzchu */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto; /* Dodanie przewijania, jeśli zawartość modala jest za długa */
    background-color: rgba(0,0,0,0.4); /* Kolor tła z przezroczystością */
  }

  /* Styl dla zawartości modala */
  .modal-content {
    background-color: #303030;
    margin: 15% auto; /* Automatyczne wyśrodkowanie zawartości modala */
    padding: 20px;
    width: 80%; /* Szerokość zawartości modala */
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
  }
  .modal-content input{
    text-align: center;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
    background-color: #303030;
    border: 2px solid black;
    color: #fff;
  }
  .modal-content button{
    margin-left: auto;
    margin-right: auto;
    width: 30%;
    text-align: center;
    padding: 10px;
    background-color: #FEC202;
    color: black;
    border: none;
  }
  .modal-content h2{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .text_1{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }