*{
    margin: 0px;
    font-family: 'Poppins', sans-serif;
}

body {
    background-color: #222222;
}

.btnContainer {
    display: flex;
    justify-content: center;
}

.calculate {
    font-weight: 400;
}


.diaqonalkonteyner{
    background-color: #222222;
    width: 100%;
    min-height: 160vh;
    height: auto;
    font-weight: 300;
}

.diaqonalbasliq {
	background-color: rgb(40, 100, 215);
	width: 70%;
	height: 40px;
	font-size: 0.9em;
	margin: 0 15%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	font-weight: 400;
	color: white;
	border: solid 1px white;
	border-radius: 5px;
}

.umumiform {
    width: 100%;
    height: auto;
}

.diaqonal {
    /* background-color: skyblue; */
    margin-top: 40px;
    margin-left: 0px;
    width: 85%;
    height: auto;
    color: white;
    text-align: right;
    padding-right: 20px;
}


.izah {
    color: white;
}

#netice {
	background-color: white;
	color: black;
	width: 60%;
	height: 36px;
	display: flex;
    justify-content: center;
    align-items: center;
	margin: 20px 20% 30px 20%;
	font-size: 17px;
	font-weight: 400;
	box-sizing: border-box;
	border-radius: 8px;
	box-shadow: 0px 0px 15px black;
    transition: 1s;
}


.dia{
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.diaimage {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    height: auto;
}

.dia2 {
    width: 100%;
    height: auto;
    margin-top: 10px;
}

.diaimage2 {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    height: auto;
    border-radius: 10px;
}


form .diaqonal input {
    width: 50px;
    height: 24px;
}




@media screen and (min-width: 800px) {

    .diaqonalkonteyner{
        width: 1000px;
        min-height: 160vh;
        height: auto;
        margin: 20px auto;
        border-radius: 20px;
    }

    .diaqonalbasliq {
        width: 30%;
        margin: 0 auto;
    }

    .umumiform{
        /* background-color: crimson; */
        width: 600px;
        margin-left: 100px;
        margin-right: auto;
    }

    #netice {
        width: 400px;
        margin: 20px 300px 30px 300px;
    }


    .calculate {
        font-weight: 400;
        margin: 0px;
        margin-bottom: 40px;
        margin-left: 200px;
    }


    .izah{
        margin-left: 20px;
    }
    
    .dia{
        /* background-color: red; */
        width: 100%;
        height: auto;
        margin-top: 30px;
    }
    
    .diaimage {
        width: 450px;
        height: auto;
        margin-left: 275px;
        margin-right: 275px;
    }


    .dia2 {
        width: 50%;
        height: auto;
        margin-top: 10px;
    }
    
    .diaimage2 {
        width: 90%;
        margin-left: 5%;
        margin-right: 5%;
        height: auto;
        border-radius: 10px;
    }


}