body {
    background-color: black;
    color: #d6d5d5;
    font-family: 'Courier Prime', monospace;
    font-weight: 700;

}
a:link, a:visited
{
    color: #09c5f3;
    font-size: 40px;
    text-decoration: none;
}

a:hover
{
    color: #30e920;
    text-decoration: none;
}

#pojemnik {
    margin-left: auto;
    margin-right: auto;
    width: 1000px;
}

#plansza {
    margin: 50px;
    width: 900px;
    text-align: center;
    font-size: 48px;
    min-height: 60px;
}

#alfabet {
    float: left;
    width: 500px;
    text-align: center;
    min-height: 280px;
}

#obrazek {
    float: left;
    width: 500px;
    text-align: center;
    min-height: 280px;
}

.litera {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 5px;
    margin: 5px;
    border: 3px solid gray;
    float: left;
    cursor: pointer;
    border-radius: 15px;
    font-size: 30px;
}
.litera:hover{
    background-color:#222222;
    color:#ffffff;
    border:3px solid #ffffff;
}
.reset{
    color: #3f915e;
    cursor: pointer;
    font-size: 48px;
}
.reset:hover{
    color: #f5f3f3;
}
#menu{
    text-align: center;
    width: 100%;
}
