
*{
    margin: 0px;
    font-family: 'Poppins', sans-serif;
}

body {
    background-color: #222222;
}

.btnContainer {
    display: flex;
    justify-content: center;
}

.calculate {
    font-weight: 400;
    width: 50%;
    height: 40px;
}

.cenkubkonteyner{
    background-color: #222222;
    width: 100%;
    min-height: 180vh;
    height: auto;
}

.cenkubbasliq {
	background-color: rgb(40, 100, 215);
	width: 60%;
	height: 40px;
	font-size: 1em;
	margin: 0 20%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
	font-weight: 400;
	color: white;
	border: solid 1px white;
	border-radius: 5px;
}

.umumiform {
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    height: auto;
    color: white;
    font-weight: 500;
}

.inputBasligi {
    font-size: 16px;
	text-align: left;
    margin-bottom: 5px;
}

.umumiform input[type=number]{
	background-color: white;
	width: 100%;
	height: 40px;
	margin: 0;
	margin-bottom: 10px;
	outline: none;
	color: black;
}

.umumiform input[type=number]::placeholder {
	color: black;
	opacity: 1;
}

.qalinliq {
    background-color: white;
	width: 100%;
	height: 40px;
	margin: 0;
	margin-bottom: 10px;
	outline: none;
	color: black;
    border-radius: 6px;
}



.diaqonal {
    /* background-color: skyblue; */
    margin-top: 20px;
    width: 90%;
    height: auto;
    color: white;
    text-align: right;
    font-size: 18px;
}



.izah {
    color: white;
    font-size: 16px;
    padding-bottom: 10px;
    font-weight: 300;
}


.dia {
    width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 20px;
}

.diaimage {
    width: 50%;
    height: auto;
    margin-left: 25%;
    margin-right: 25%;
}


#cavab {
	background-color: white;
	color: black;
	width: 100%;
    min-height: 40px;
	height: auto;
	text-align: left;
    margin: 10px 0% 20px 0%;
	font-size: 17px;
	font-weight: 400;
	border-radius: 8px;
	box-shadow: 0px 0px 15px black;
    box-sizing: border-box;
    padding: 10px 10px;
    transition: all 1s;
}

sup {
    font-size: 10px;
}



@media screen and (min-width: 800px) {

    .cenkubkonteyner{
        width: 1000px;
        min-height: 130vh;
        height: auto;
        margin: 20px auto;
        border-radius: 20px;
    }

    .cenkubbasliq {
        width: 30%;
        margin: 0 auto;
    }

    .umumiform{
        /* background-color: crimson; */
        width: 600px;
        margin-left: 200px;
        margin-right: auto;
    }

    .umumiform input[type=number]{
        width: 600px;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    #cavab {
        width: 600px;
        margin-left: auto;
        margin-right: auto;
    }


    .izah{
        margin-left: 20px;
        margin-right: 20px;
        font-size: 16px;
        font-weight: lighter;
    }
    
    
    .diaimage {
        width: 300px;
        height: auto;
        margin-left: 150px;
        margin-right: 150px;
    }

    .btn {
        text-align: right;
    }



}