body {
    font-family: arial, sans-serif;
    color: white;
    background-color: #333; /* Dodane ciemne tło */
}

#main {
    display: flex;
}

.tekst {
    font-weight: bold;
    font-size: 450%;
}

#info1 {
    width: 25%;
    border-right: solid;
    background-color: rgb(1, 56, 121);
}

#czasb {
    text-align: center;
}

.infotext {
    font-style: italic;
    font-weight: normal;
    font-size: large;
    margin-top: 7px;
}

.textnisko {
    position: absolute;
    bottom: 15%;
    font-style: italic;
    font-weight: normal;
    font-size: large;
    margin-top: 7px;
    margin-left: 0px;
}

.inline {
    display: inline-block;
    vertical-align: top; /* Align the elements at the top */
    margin-right: 260px; /* Add margin between the elements if needed */
}

.textniskoo {
    margin-left: 10px;
    position: absolute;
    bottom: 5%;
    font-size: large;
    margin-top: 7px;
    font-weight: bold;
    font-size: 200%;
    margin-left: 10px;
}

/* Stylowanie input[type="time"], input[type="text"], textarea */
input[type="time"], input[type="text"], textarea {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    margin-top: 7px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}

/* Stylowanie placeholderów */
input[type="text"]::placeholder, textarea::placeholder {
    color: rgba(255, 255, 255, 0.5);
}

.stacjelista {
    margin-top: 7px;
    font-weight: normal;
    font-size: xx-large;
}

#info2 {
    width: 75%;
    padding-left: 10px;
    background-color: rgb(1, 71, 156);
}

#boxtekst {
    position: absolute;
    bottom: 45%;
    border: 3px solid rgb(255, 2, 2);
    background-color: red;
    text-align: center;
    font-weight: bold;
    font-size: 150%;
    border: 0;
}

#boxtekstwzor {
    position: absolute;
    bottom: 45%;
    border: 3px solid rgb(255, 2, 2);
    background-color: red;
    text-align: center;
    font-weight: bold;
    font-size: 150%;
    border: 0;
}

.header {
    position: relative;
    min-height: 150px;
}

#centerd {
    display: flex;
    justify-content: center;
}

.animacja-migmig {
    animation: blink 3s step-start 0s infinite;
}

@keyframes blink {
    50% {
      opacity: 0.0;
    }
}

#godz {
    width: 184px;
    height: 66px;
    font-size: 50%;
}

#stacja_koncowa {
    width: 96%;
    height: 66px;
    font-size: 50%;
}

#wygenerowanaStrona:not(:empty) {
    width: 900px;
    height: 440px;
}

#mainform {
    display: flex;
    font-family: arial, sans-serif;
    color: white;
    width: 900px;
    height: 440px;
}

/* Button */

.btn {
    display: inline-block;
    padding: 15px 30px;
    border: 2px solid #ddd;
    color: #ddd;
    text-decoration: none;
    margin: 0px 10px 10px 0;
    transition: all .6s;
    min-width: 100px;
    text-align: center
}
.btn:hover {
    background: #ddd;
    color: #fff;
}
/* Medium Size */
.btn.md{
    padding: 20px 40px
}
/* Big Size */
.btn.lg{
    padding: 24px 48px;
}
/* Border Radius */
.btn.style-1{
    border-radius: 10px;
}
.btn.style-2{
    border-radius: 40px;
}

.btn.color-5 {border-color: #2C3E50;color: #2C3E50;}
.btn.color-5:hover {background: #2C3E50;color: #fff;}