.stKontener{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
}
.stKomendant{
    width: 200px;
    height: 110px;
    border: 2px #000000 solid;
    text-align: center;
    display: flex;
    align-items: center;
    padding: 5px;
    margin: 10px;
    background-color: #0066cc; /*#add8fc;*/
    box-shadow: 3px 3px 6px black;
    border-radius: 6px;
    border: 2px #ffffff solid;
    font-weight: 500;
    font-size: 16px;
}
.stZastepca{
    width: 200px;
    height: 90px;
    border: 2px #000000 solid;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 5px;
    margin: 10px;
    background-color: #add8fc;
    box-shadow: 3px 3px 6px black;
    border-radius: 6px;
    border: 2px #ffffff solid;
    font-weight: 600;
    font-size: 14px;
}
.stPiony{
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    justify-content: center;
    margin: 10px;
    font-family: arial;
}
.stPion1, .stPion2, .stPion3, .stPion4{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.stKomorka{
    width: 140px;
    padding: 0 3px;
    margin: 3px 0;
    height: 90px;
    background-color: #eaeaea;
    color: #000000;
    border-radius: 4px;
    box-shadow: 2px 4px 5px black;
    margin-bottom: 10px;
    border: 1px #A3A3A3 solid;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 500;
    font-size: 13px;
    transition: .3s;
}
.stKontener a:visited{color: #000000 !important;}
.stKomendant a:visited{color: #ffffff !important;}
.stKontener a:link{color: #000000 !important;}
.stKontener a:active{color: #000000 !important;}
.stKontener a:hover{color: #ffffff !important;}
.stKontener a:focus{
    background-color: #0066cc !important;
    padding: 2px;
    color: white !important;
}

.stKomorka:hover{
    color: #ffffff;
    background-color: #7093DB; 
    transform: scale(1.1);
    border: 1px #ffffff solid;
}
.stKomendant:hover{
    color: #ffffff;
    background-color:brown;
    transform: scale(1.1);
}
.stZastepca:hover{
    color: #ffffff;
    background-color: brown;
    transform: scale(1.1);
}
.stPiony .stPion2 .stZastepca:hover+a{
    color: white;
}
.stKontener .stPiony a{
   text-decoration: none;
   font-weight: bold;
}
