body {
    background-color: #e56052;
    margin: 2px;
}

.heading {
    color: #0c1340;
    text-align: center;
    font-size: 60px;
    padding: 10px;
    text-transform: uppercase;
    background-color: #d0ffe6;
    border: groove 2px black;
}

.container {
    width: 900px;
margin: auto;
}

.vodnjak {
    width: 45%;
    margin-top: 20px;
    background-color: #0c1340;
    display: inline-block;
    padding: 15px 15px 15px 15px;
    border: groove 2px black;
    text-align: center;
}

.points {
    width: 40%;
    background-color: #0c1340;
    display: inline-block;
    vertical-align: top;
    padding: 15px 15px 15px 15px;
    margin: 20px 0 0 0;
    border: groove 2px black;
}

.col {
    width: 25px;
    height: 25px;
    background-color: #d0ffe6;
    display: inline-block;
    margin: 0;
    border: groove black 1px;
}


.level-container {
    height: 30px;
    margin-bottom: 15px;
    border: groove 2px #444444;
    padding: 2px 8px 8px 8px;
    background-color: #d0ffe6;
    color: #0c1340;
    font-size: 30px;
    text-transform: uppercase;
}

.points-container {
    height: 20px;
    font-size: 20px;
    padding: 2px 2px 5px 2px;
    border: groove 1px #444444;
    margin-bottom: 15px;
    background-color: #d0ffe6;
    color: #0c1340;
}

.shape-container {
    padding-top: 2px;
    padding-right: 2px;
    margin-bottom: 15px;
}

.vodnjak .row {
    height: 25px;
}

.inlineShape {
    display: inline-block;
    height: 100px;
    width: 90px;
    text-align: center;
}

.previewShape1, .previewShape2, .previewShape3 {
    vertical-align: middle;
}

.previewShape1 .row {
    height: 25px;
}

.previewShape2 .row {
    height: 20px;
}

.previewShape2 .col {
    height: 20px;
    width: 20px;
}

.previewShape3 .row {
    height: 15px;
}

.previewShape3 .col {
    height: 15px;
    width: 15px;
}

.kocka-1, .inlineShape .kocka-1 {
    background-color: #e56052;
}

.kocka-2, .inlineShape .kocka-2 {
    background-color: #444444;
}

.kocka-3, .inlineShape .kocka-3 {
    background-color: #0c1340;
}

.kocka-4, .inlineShape .kocka-4 {
    background-color: cornflowerblue;
}

.kocka-5, .inlineShape .kocka-5 {
    background-color: indianred;
}

.kocka-6, .inlineShape .kocka-6 {
    background-color: darkslategray;
}

.kocka-7, .inlineShape .kocka-7 {
    background-color: slategrey;
}

.previewShape1 {
    text-align: center;
}

.reset-game {

    display: none;
    position: fixed;
    cursor: pointer;
    top: 0;
    width: 100vw;
    height: 100vh;
    text-align: center;
    background: rgba(0,0,0,0.7);
}

.napis {
    position: absolute;
    background-color: #d0ffe6;
    text-align: center;
    font-size: 28px;
    padding: 50px;
    color: #0c1340;
    width: 50vw;
    margin: 0 25vw 0 25vw;
    top: 35%;
    border-radius: 6px;
}

.visible {
    display: block;

}

.shape-container{
  background-color: #d0ffe6;
    border: groove 2px black;
}

.lines-container {
    height: 20px;
    font-size: 20px;
    padding: 2px 2px 5px 2px;
    border: groove 1px #444444;
    margin-bottom: 15px;
    background-color: #d0ffe6;
    color: #0c1340;
}

.help {
    color: #d0ffe6;
    font-size: 15px;
}

.hidden {
    display: none;
}

a {
    color: #d0ffe6;
    font-size: 20px;
    margin-top: 20px;
}

h3 {
    font-style: bold;
    font-size: 15px;
    display: inline-block;
    margin: 0;
}

