body {
    padding-top: 20px;
    background-color: #e8a87c;
}

.pocetni {
    background-color: #c38d9e;
    margin-bottom: 10px;
    font-size: 1.4em;
}

.container {
    margin: 0 auto;
    top: 10%;
    width: 610px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;

}

h2 {
    font-size: 1.2em;
    padding: 2px;
}

.upute {
    font-size: 1.4em;
    color: #294352;
}

.pocetak,
.povratak {
    font-size: 1.2em;
}

.rezultat {
    background-color: #41b3a4;
    display: flex;
    flex-direction: row;
    justify-content: space-around;

}

.vrijeme {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background-color: #e27d60;
    margin-bottom: 20px;
}

.grid {
    width: 456px;
    height: 456px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}

.square {
    height: 150px;
    width: 150px;
    border: 1px solid #659dbd;

}

.mole {
    /* background-image: url('ispravne_slike/A.png'); */
    /* background-color: green; */
    width: 150px;
    height: 150px;
}

img {
    width: 150px;
    height: 150px;
}

.neispravna {
    /* background-image: url('ispravne_slike/A.png'); */
    /* background-color: green; */
    width: 150px;
    height: 150px;
}