.M1, .M2{
    display: flex;
    justify-content: center;

    width: 75%;
    padding-top: 15px;
    border-radius: 30px;
}

.glavni, div.glavni.rez {
    display: flex;
    justify-content: center;
}
.solve{
    display: flex;
    justify-content: center;
    width: 75%;
}

h1{
    display: flex;
    justify-content: center;
    color: #14244d;
    font-size: 72px;
    font-family: Kanit;
    margin-bottom: 0px;
    margin-top: 10px;
}
h2{
    font-size: 36px;
    color: #14244d;
    font-family: Kanit;
}
.matrice{
    display: flex;
    justify-content: center;
    
}
body{
    background-color: #F0DBAF;
    
}

.bottom-razmak{
    margin-bottom: 30px;
}
.top-razmak{
    margin-top: 30px;
}
.razmak{
    line-height: 0.2;
}
.polje, .rezred {
    background-color: #DC8686;
    height: 60px;
    font-size: large;
    border-radius: 30px;
    margin: 2px;
    border: 3px solid black;
    color: white;
    font-family: Kanit;
    text-align: center;
}
.potvrda{
    width: 40% !important;
    height: 50px;
    font-size: larger;    
    font-family: Kanit;
    border-radius: 15px;
    border: 3px solid black;
    margin-top: 20px;
}
.naslov{
    background-color: #F4D19D;
    width: 45%;   
    border-radius: 60px;
    margin-top: 20px;
}

.naslov.rezultat {
    background-color: #ebdbb2 !important;
}

.head{
    display: flex;
    justify-content: center;
}
.jednadzba {
    width: 100%;
    height: 50px;
    font-size: 36px;
    font-family: Kanit;
    margin-bottom: 25px;
    border-radius: 15px;
    border:none;
    box-shadow: 0px 0px 20px;
}

.credits{
    display: flex;
    justify-content: center;
    font-size: 18px;
    color: #14244d;
    font-family: Kanit;
    margin-top: 0px;
}

.rez{
    margin: 20px;
}

#rezic{
    visibility: hidden;
}

#cijeliBr{
    visibility: hidden;
}

.rezred{
    background-color: #DC8686;
    width: 20%; 
    height: 100px;
    border: 3px solid black;
    border-radius: 30px;
    color: white;
    font-family: Kanit;
    display: inline-block;
    font-size: large;
    text-align: center;
}

.rezultat{
    display: block;
    padding: 20px;
    padding-top: 35px;
}

#racunaj{
    margin-bottom: 100px;
    width: 70rem;
}


@media screen and (min-width: 901px) {
    div.naslov {
        font-size: 80px;
        text-align: center;
    }
}

@media screen and (max-width: 900px) {
    div.naslov {
        font-size: 30px;
        width: 75%;
        text-align: center;
    }
}

@media screen and (min-width: 1281px) {
    h1 {
        font-size: 72px;
        text-align: center;
    }
}

@media screen and (max-width: 1280px) {
    h1 {
        font-size: 30px;
        text-align: center;
    }
}

@media screen and (min-width: 721px) {
    p.credits {
        font-size: 18px;
        text-align: center;
    }
}

@media screen and (max-width: 720px) {
    p.credits {
        font-size: 12px;
        text-align: center;
    }
}


@media screen and (min-width: 721px) {
    form {
        text-align: center;
        vertical-align: middle;
    }
}

@media screen and (max-width: 720px) {
    form {
        text-align: center;
        vertical-align: middle;
    }
}





@media screen and (min-width: 721px) {
    input {
        width: 20%;
    }
}

@media screen and (max-width: 720px) {
    input {
        width: 15%;
    }
}

@media screen and (min-width: 721px) {

    input.jednadzba, button.potvrda {
        width: 80%;
    }
}

@media screen and (max-width: 720px) {

    input.jednadzba, button.potvrda {
        width: 80%;
    }
}
@media screen and (min-width: 1281px) {

    div.naslov.rez, div.rezred {
        width: 20%;
    }
}

@media screen and (max-width: 1280px) {

    div.naslov.rez, div.rezred {
        width: 18%;
        height: 25%;
    }
}
