@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@300&display=swap');
*{
    margin: 0px;
    font-family: 'Lexend', sans-serif;
    
}
body{
    background-color: rgb(214, 214, 214);
    background-image: radial-gradient(rgb(160, 160, 160), rgb(233, 233, 233));
    background-size: 100% 100%;    
}


/*  HEADER  */
header{
    background-color:  #64AF1F;
    width: 100%;
    height: 150px;
    clear: both;
    margin-bottom: 50px;
}
.menu{
    width: 50%;
    float: left;
}
.menu h2{
    margin-top: 6%;
    margin-left: 50px;
}
.menu a{
    border: solid #14388C 2px;
    color: white;
    border-radius: 20px;
    padding: 13px 10px;
    background-color: #14388C;
    text-decoration: none;
    margin-left: 5%;
    line-height: 1.7;
    transition: 0.6s;

}
.menu a:hover{
    color: rgb(0, 0, 0);
    padding: 20px 10px;
    background-color: #d1dfff;
    transition: 0.3s;

}

.logo{
    /*background-color: rgba(255, 255, 255, 0.753);*/
    float: right;
    width: 50%;
}
.logo img{
    margin-top: 30px;
    float: right;
    display: inline-block;
    margin-left: auto;
    margin-right: 35px;
    width: 250px;
}
.SELECT3{
    color: white;
    border-radius: 20px;
    padding: 10px;
    background-color: #14388C;
    font-size: 20px;
    margin-top: 30px;
    display: inline-block;
    margin-left: auto;
    margin-right: 25px;
}
.SELECT3 p{
    margin-top: 10px;
    font-size: 30px;
    width: 200px;
    width: auto;
}
/* END HEADER*/




/* MAIN MENU */
.row{
    padding: 40px;
    width: auto;
    height: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.boxF{
    border: solid #14388C 2px;
    border-radius: 20px;
    margin: 0px 3% 0px 3%;
    float: left;
    background-color: #14388C; /*delete*/
    height: 100%;
    width: 300px;
    text-align: center;
    color: white;
    padding: 20px 0px 0px 0px;
    transition: 0.4s;

}
.boxF img{
    filter: invert(0%);
    margin-top: 20px;
    transition: 0.2s;
}
.boxF:hover{
    border: solid #14388C 2px;
    cursor:pointer;
    color: black;
    background-color: #d1dfff;
    transition: 0.2s;
}
.boxF:hover img{
    filter: invert(100%);
    transition: 0.2s;

}
/*END  MAIN MENU */

/*SELECT TOPIC */
.boxD{
    margin: 0px 1% 0px 1%;
    float: left;
    height: 100%;
    width: 300px;
    text-align: center;
}
.boxD h2{
    font-size: 35px;
    color: black;
    margin-bottom: 20px;
}
.boxD select{
    text-align-last: center;
    padding: 15px;
    border-radius: 20px 20px 0px 0px;
    color: white;
    background-color: black;
    font-size: 35px;
    margin-bottom: 20px;
}
.submitC{
    padding: 20px;
    border: solid #14388C 2px;
    border-radius: 20px;
    color: white;
    background-color: #14388C;
    font-size: 20px;
    text-align: center;
    transition: 0.3s;
}
.submitC:hover{
    border: solid #14388C 2px;
    color: black;
    background-color: #d1dfff;
    transition: 0.2s;
}

/*HANGMMAN*/ 


#plansza
{
    font-size: 40px;
    margin-top: 70px;
    margin-bottom: 20px;
    text-align: center;
    padding-bottom: 30px;
}
.picgame{
    float: left;
    width: 50%;
}
.picgame img{
    display: block;
    margin-left: auto;
    margin-right: 5%;
    width: 70%;
}
#alfabet{
    margin-top: 50px;
    float: left;
    width: 22%;
    margin-left: 5%;

}

.litera
{
    background-color: white;
    color: black;
	width: 40px;
	height: 40px;
    font-size: 30px;
    font-weight: 600;
	text-align:center;
	padding: 5px;
	margin: 5px;
	border: 3px solid #14388C;
	float: left;
	cursor: pointer;
    border-radius: 20px;
    transition: 0.2s;
}
.litera:hover
{
    background-color: #14388C;
    color: white;
	width: 40px;
	height: 40px;
    font-size: 30px;
    font-weight: 600;
	text-align:center;
	padding: 5px;
	margin: 5px;
	border: 3px solid #cad8f7;
	float: left;
	cursor: pointer;
    border-radius: 20px;
    transition: 0.3s;
}
.reset{
    border-radius: 20px;
    color: white;
    background-color: #14388C;
    border: 3px solid black;
    padding: 20px;
    transition: 0.2s;
}
.reset:hover{
    border-radius: 20px;
    color: black;
    background-color: #cad8f7;
    border: 3px solid #14388C;
    padding: 20px;
    transition: 0.3s;
}
/* QUIZ ME  */

.cengame{
    margin-top: 90px;
    width: 100%;
    height: 330px;
}
.wallleft{
    height: 100%;
    width: 30%;
    float: left;
}   
.appquizme{
    border-radius: 20px;
    box-shadow: inset 0px 0px 0px 3px black; /*INNER BORDER*/
    background-color: #14388C;
    height: 100%;
    width: 40%;
    float: left;
}
.appquizme h1{
    color: white;
    text-align: center;
    font-size: 50px;
    font-weight: 500;
    margin-top: 140px;
}
.wallright{
    height: 100%;
    width: 30%;
    float: right;
}  
.setpanelofsettings{
    text-align: center;
    clear: both;
    height: 20%;
    width: 100%;
}
.setpanelofsettings button{
    border: #000000 solid 2px;
    border-radius: 20px;
    background-color: #14388C;
    padding: 5px 20px 5px 20px;
    margin: 25px 20px 0px 20px;
    font-size: 40px;
    color: white;
    transition: 0.2s;
}
.setpanelofsettings button:hover{
    color: black;
    border: #14388C solid 2px;
    background-color: #d1dfff;
    transition: 0.2s;
}
#TEXTwrite{
    transition: 0.5s;
}





footer{

    margin-top: 10%;
    width: 100%;
    text-align: center;
    position: fixed;
    clear: both;
}
footer a{
    font-size: 23px;
    font-weight: 400;
    text-decoration: none;
    color: #000000;
    transition: 0.2s;
}
footer a:hover{
    text-shadow: 1px 2px 0px #000000;
    font-size: 33px;
    font-weight: 400;
    text-decoration: none;
    color: #8f00be;
    transition: 0.2s;

}

/* TO JEST FINAL ..// 