*{
    margin: 0px;
    font-family: 'Poppins', sans-serif;
}

body {
    background-color: #222222;
}

.calculate {
    font-weight: 400;
    margin: 0px;
    width: 50%;
    height: 45px;
}

.btnContainer {
    text-align: center;
    margin-top: 40px;
}

.hecmkonteyner{
    background-color: #222222;
    width: 100%;
    min-height: 150vh;
    height: auto;
}

.hecmbasliq {
	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;
    font-weight: 300;
}

.hecm {
    /* background-color: skyblue; */
    width: 98%;
    height: auto;
    margin: 40px 1%;
    color: white;
    text-align: left;
    font-size: 18px;
    padding: 0px 1%;
    box-sizing: border-box;
}

.hecm input {
    width: 100%;
    height: 45px;
    outline: none;
    border: none;
    border-radius: 5px;
    padding-left: 5px;
    box-sizing: border-box;
    font-size: 17px;
}

.hecm input:focus {
    box-shadow: 0px 0px 12px rgb(25, 255, 25);
}

.inputBasligi {
    margin-top: 10px;
}

.izah {
    color: white;
    font-size: 16px;
    font-weight: lighter;
    padding-bottom: 10px;
}


.volumeimage {
    width: 80%;
    height: auto;
    margin-left: 10%;
    margin-right: 10%;
    margin-bottom: 20px;
}


#cavabcen {
    background-color: white;
    color: black;
    width: 94%;
    height: 50px;
    text-align: center;
    margin-top: 10px;
    margin-left: 3%;
    font-size: 17px;
    margin-bottom: 10px;
    padding: 5px;
    font-weight: 400;
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: 0px 0px 15px black;
	line-height: 40px;
    transition: 1s;
}





@media screen and (min-width: 800px) {

    .hecmkonteyner{
        width: 1000px;
        min-height: 180vh;
        height: auto;
        margin: 20px auto;
        border-radius: 20px;
    }

    .hecmbasliq {
        width: 30%;
        margin: 0 auto;
    }

    .umumiform{
        /* background-color: crimson; */
        width: 500px;
        margin-left: 250px;
        margin-right: auto;
    }

    .izah{
        margin-left: 20px;
        margin-right: 20px;
        font-size: 16px;
        font-weight: lighter;
    }
    
    
    .volumeimage {
        width: 300px;
        height: auto;
        margin-left: 100px;
        margin-right: auto;
        margin-top: 20px;
    }

    .btn {
        text-align: right;
    }



}