body {
    background-color: #7A7A7A;
    background-image: url(IMG/Tapeta.png);
    background-blend-mode: multiply;
    background-size: cover;
    height: 100vh;
    width: 100vw;
    font-family: "Syne Mono", monospace;
    color: aliceblue;
    display: flex;
    flex-direction: column;
}


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;
}

#plansza {
    margin-top: 60px;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}


.Block {
float: left;
height: 80px;
width: 80px;
border: 1px solid white;
border-radius: 8px;
margin: 4px;
}

img {
    height: 60px;
    width: 60px;
    padding: 10px;
}