*{
    margin: 0px;
    font-family: 'Poppins', sans-serif;
}

body {
    background-color: #222222;
}

.btnContainer {
    width: 100%;
    display: flex;
    justify-content: center;
}

.calculate {
    background-color: rgb(0, 225, 50);
	width: 50%;
	height: 45px;
	margin-top: 20px;
	border: none;
	border-radius: 6px;
	font-size: 18px;
	color: black;
	cursor: pointer;
}


.mecunkonteyner{
    background-color: #222222;
    width: 100%;
    min-height: 150vh;
    padding-bottom: 10vh;
    box-sizing: border-box;
}

.mecunbasliq {
	background-color: rgb(40, 100, 215);
	width: 80%;
	height: 40px;
	font-size: 1em;
	margin: 0 10%;
	display: flex;
	align-items: center;
    text-align: center;
    justify-content: center;
	margin-bottom: 20px;
	font-weight: 400;
	color: white;
	border: solid 1px white;
	border-radius: 5px;
}

.mecunsekil {
    width: 80%;
    height: auto;
    margin-left: 10%;
    margin-right: 10%;
    border: solid 2px rgb(160, 158, 158);
    box-sizing: border-box;
}

form {
    width: 100%;
    height: auto;
    margin-top: 20px;
    box-sizing: border-box;
    color: white;
}

.formDiv {
    /* background-color: firebrick; */
    width: 100%;
    height: auto;
    margin-top: 20px;
    padding-right: 20%;
    padding-left: 3%;
    box-sizing: border-box;
    color: white;
}

form input[type=number] {
	width: 100%;
	height: 45px;
	border: none;
	border-radius: 5px;
	outline: none;
	padding-left: 5px;
	box-sizing: border-box;
	font-size: 17px;
	margin-bottom: 15px;
}
form input[type=number]:focus {
	box-shadow: 0px 0px 12px rgb(0, 255, 0);
}

.inputBasligi {
	font-size: 18px;
	text-align: left;
}


.wrapper {
    /* background-color: greenyellow; */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

form .formDiv label {
    color: white;
    font-size: 18px;
    font-weight: 300;
    cursor: pointer;
}

.radio {
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.hesabla:hover{
    background-color: crimson;
    transition: 0.5s;
    color: white;
}


.cavabdiv {
	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;
}

.izah{
	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;
}

sup {
    font-size: 10px;
}




@media screen and (min-width: 800px) {

    .mecunkonteyner{
        width: 1000px;
        min-height: 100vh;
        height: auto;
        margin: 20px auto;
        border-radius: 20px;
        padding-bottom: 30px;
        box-sizing: border-box;
    }

    .mecunbasliq {
        width: 40%;
        margin: 0 auto;
        margin-bottom: 20px;
    }


    .mecunsekil {
        width: 40%;
        margin-left: 30%;
        margin-right: 30%;
    }

    .cavabdiv {
        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;
    }

    form {
        /* background-color: firebrick; */
        width: 500px;
        height: auto;
        margin: 0;
        padding: 0;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
    }

    
    .formDiv {
        /* background-color: grey; */
        width: 80%;
        height: auto;
        margin: 0;
        padding: 0;
        margin-left: 10%;
        margin-right: 10%;
        color: white;
    }




    .izah{
        background-color: white;
        color: black;
        width: 94%;
        display: flex;
        align-items: center;
        justify-content: center;
        min-height: 40px;
        height: auto;
        text-align: left;
        margin: 50px 3%;
        font-size: 17px;
        font-weight: 400;
        border-radius: 8px;
        box-shadow: 0px 0px 15px black;
        box-sizing: border-box;
        padding: 10px 10px;
    }
    

    .btnContainer {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    
    .calculate {
        background-color: rgb(0, 225, 50);
        width: 50%;
        height: 45px;
        margin-top: 20px;
        border: none;
        border-radius: 6px;
        font-size: 18px;
        color: black;
        cursor: pointer;
    }


}


