body {
    background-color: black;
    background-image: url(IMG/Tapeta.png);
    background-size: cover;
    height: 100vh;
    width: 100vw;
    font-family: "Syne Mono", monospace;
    color: aliceblue;
}

h1 {
    color: aliceblue;
    font-size: 20px;
    width: 100vw;
    text-align: center;
    text-justify: center;
}

#h2 {
    margin-top: 10px;
    text-align: center;
    padding: 16px;
    color: aliceblue;
    font-size: 20px;
    width: 100vw;
    line-height: 40px;

}

#h3 {
    margin-top: 10px;
    text-align: center;
    padding: 16px;
     color: aliceblue;
    font-size: 20px;
    width: 100vw;
    display: none;
    line-height: 40px;
}

#h4 {
    text-align: center;
    padding: 16px;
     color: aliceblue;
    font-size: 20px;
    width: 228px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba( 255, 255, 255, 0.2 );
    border-radius: 4px;
    display: none;
}

#h5 {
    text-align: center;
    padding: 16px;
     color: aliceblue;
    font-size: 20px;
    width: 228px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba( 255, 255, 255, 0.2 );
    border-radius: 4px;
    display: none;
}

.plansza9 {
    margin-top: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    }

.row {
    display: flex;
    padding: 4px;
}

.plansza {
height: 80px;
width: 80px;
border: 1px solid white;
border-radius: 8px;
margin-right: 4px;
margin-left: 4px;
cursor: pointer;
}

img {
    height: 60px;
    width: 60px;
    padding: 10px;
}