*{
    margin: 0px;
    font-family: 'Poppins', sans-serif;
}

body {
    background-color: #222222;
}

.calculate {
    font-weight: 400;
}


.kafelkonteyner {
    background-color: #222222;
    width: 100%;
    min-height: 160vh;
    height: auto;
    font-weight: 300;
}

.kafelbasliq {
	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: 20px;
	font-weight: 400;
	color: white;
	border: solid 1px white;
	border-radius: 5px;
}

.umumiform {
    width: 100%;
    height: auto;
}

.kafel {
    /* background-color: skyblue; */
    margin-top: 20px;
    width: 90%;
    margin-right: 10%;
    height: auto;
    color: white;
    text-align: right;
}

.kafel input {
    width: 50px;
    height: 22px;
}



.izah {
    width: 100%;
    color: white;
    font-size: 14px;
    font-weight: lighter;
    padding: 0 5px;
    box-sizing: border-box;
}



.kaf {
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.kafimage {
    width: 80%;
    height: auto;
    margin-left: 10%;
    margin-right: auto;
}



#cavab {
	background-color: white;
	color: black;
	width: 94%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
	height: auto;
	text-align: left;
    margin: 20px 3%;
	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;
}


form label {
    font-size: 16px;
}

sup {
    font-size: 10px;
}







@media screen and (min-width: 800px) {

    .kafelkonteyner{
        width: 1000px;
        min-height: 160vh;
        height: auto;
        margin: 20px auto;
        border-radius: 20px;
    }

    .kafelbasliq {
        width: 30%;
        margin: 0 auto;
    }

    .umumiform{
        /* background-color: crimson; */
        width: 600px;
        margin-left: 100px;
        margin-right: auto;
    }

    .izah{
        /* background-color: red; */
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 16px;
        font-weight: lighter;
        box-sizing: border-box;
    }
    
    .kaf{
        /* background-color: red; */
        width: 100%;
        height: auto;
        margin-top: 30px;
    }
    
    .kafimage {
        width: 400px;
        height: auto;
        margin-left: 300px;
        margin-right: 300px;
    }

    .btn {
        /* background-color: chocolate; */
        width: 100%;
        height: 100px;
    }


    #cavab {
        background-color: white;
        color: black;
        width: 500px;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 40px;
        height: auto;
        text-align: left;
        margin: 20px 250px;
        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;
    }

    input[type=radio] {
        cursor: pointer;
    }

    .umumiform .secim label {
        cursor: pointer;
    }

    .calculate {
        margin: 0;
        float: right;
        margin-top: 40px;
        margin-right: 60px;
    }


}