*{
    font-family: 'Poppins', sans-serif;
}

body {
    background-color: #222222;
}

.calculate {
    font-weight: 400;
}

.pillekenkonteyner {
	background-color: #222222;
	min-height: 150vh;
    height: 260vh;
}


.pillekenbasliq {
    background-color: rgb(40, 100, 215);
	width: 80%;
	height: 40px;
	font-size: 0.9em;
	margin: 0 10%;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom: 20px;
    font-weight: 400;
    color: white;
    border: solid 1px white;
    border-radius: 5px;
}


.pillekensekil  {
	width: 90%;
	margin-left: 5%;
	margin-top: 15px;
    border-radius: 5px;
}


.pillekenform {
    /* background-color: aqua; */
	width: 100%;
	text-align: left;
    box-sizing: border-box;
	margin-top: 20px;
	font-size: 16px;
	color: white;
    font-weight: 300;
}

.inputBasliq {
    margin-left: 3%;
}

.pillekenform input[type="number"] {
    background-color: white;
	width: 94%;
	height: 36px;
    margin-left: 3%;
	margin-bottom: 10px;
	padding-left: 5px;
	box-sizing: border-box;
	border: none;
	border-radius: 6px;
	outline: none;
}

.pillekennetice {
    background-color: white;
    color: black;
    width: 94%;
    height: auto;
    text-align: left;
    margin-top: 20px;
    margin-left: 3%;
    font-size: 17px;
    margin-bottom: 30px;
    padding: 5px;
    font-weight: 400;
    padding-bottom: 20px;
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: 0px 0px 15px black;
}

.xercHidden {
    display: none;
}

.xerc {
	background-color: rgb(145, 0, 0);
	color: white;
	width: 90%;
	margin: 20px 5% 0px 5%;
	height: 50px;
	font-size: 16px;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	box-sizing: border-box;
	border-radius: 8px;
	box-shadow: 0px 0px 8px white;
}

.xerc #xercVisible {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pillekenqeyd {
	text-align: justify;
	width: 96%;
	font-size: 15px;
	margin-left: 2%;
	color: white;
    font-weight: 300;
}

.spiralpil {
	margin-left: 15%;
	margin-right: 15%;
	width: 70%;
	height: auto;
}


.btnContainer {
	/* background-color: aqua; */
	display: flex;
	justify-content: center;
    margin-top: 20px;
}

.calculate {
	width: 50%;
	height: 40px;
	margin: 0;
}





@media only screen and (min-width: 800px) {


    .pillekenkonteyner {
        min-height: 200vh;
        height: 280vh;
        width: 1000px;
        margin: 20px auto;
        border-radius: 20px;
    }
    
    .pillekenbasliq {
        width: 30%;
        margin-left: auto;
        margin-right: auto;
    }
    
    .pillekensekil  {
        width: 80%;
        margin-left: 10%;
        margin-top: 10px;
        float: left;
        border-radius: 10px;
    }
    
    
    .pillekenform {
        width: 350px;
        text-align: left;
        margin-right: 10%;
        margin-top: 20px;
        font-size: 18px;
        color: white;
        float: right;
    
    }
    
    .pillekennetice {
        color: black;
        width: 380px;
        height: auto;
        text-align: left;
        margin-top: 20px;
        margin-left: 10%;
        font-size: 16px;
        float: left;
    }
    
    
    
    .pillekenqeyd {
        text-align: justify;
        width: 350px;
        font-size: 15px;
        color: white;
        margin-top: 30px;
        float: right;
        margin-right: 10%;
    }
    
    
    .spiralpil {
        margin: 0px;
        padding: 0px;
        margin-top: 10px;
        width: 300px;
        float: left;
        margin-left: 40px;
    
    }


}
