*{
	font-family: 'Poppins', sans-serif;
}


.konteyner {
	background-color: #222222;
	width: 100%;
	min-height: 150vh;
	height: auto;
	margin: 0px;
	padding: 0px;
}

.basliq {
	/* background-color: dodgerblue; */
	width: 60%;
	height: 40px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	margin-top: 20px;
	font-size: 19px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	color: white;
}



.duymeler-konteyner {
    background-color: #222222;
    width: 96%;
    margin: 0 auto;
	margin-bottom: 90px;
    padding-bottom: 10px;
    padding-top: 10px;
    border-radius: 10px;
    border: solid 1px darkgray;
    box-shadow: 1px 1px 14px rgb(0, 96, 221);
    display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: stretch; 
    box-sizing: border-box;
}

.oyunlar {
	margin-bottom: 20px;
}

.appContainer {
	/* background-color: coral; */
	display: flex;
	align-items: center;
	flex-direction: column;
}
 

.app-icon {
	background-color: #222222;
	width: 100px;
	min-height: 100px;
	border-radius: 26px;
	border: solid 1px white;
    text-align: center;
    margin: 20px 10px 10px 10px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex: 1 1 100px;
    justify-content: center; 
    align-items: center; 
	text-decoration: none;
	box-shadow: 0px 0px 5px white;
}

.app-icon img {
    width: 80px;
    height: 80px;
}

.appContainer h3 {
	margin: 0px;
	font-size: 14px;
	color: white;
}

.desktop-support-link {
	text-decoration: none;
}

.desktop-support {
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(90deg, rgb(185, 40, 238) 0%, rgba(0,212,255,1) 100%);
	width: 250px;
	height: 50px;
	margin: 20px auto 20px auto;
	color: white;
	outline: none;
	border: none;
	border-radius: 6px;
	font-size: 17px;
	cursor: pointer;
	box-shadow: 1px 0px 8px black;
}


@media only screen and (min-width: 800px) {


.konteyner {
	width: 100%;
	min-height: 120vh;
	position: absolute;
	height: auto;
	margin: 0px;
	padding: 0px;
	padding-bottom: 20vh;
}


.basliq {
	width: 500px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	height: auto;
	font-size: 22px;
	padding: 10px 0px;
	box-sizing: border-box;
}


.duymeler-konteyner {
	/* text-align: center; */
	width: 80%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	box-shadow: 1px 1px 14px rgb(0, 96, 221);
	display: flex;
	align-items: baseline;
	justify-content: space-around;
	flex-wrap: wrap;
	padding: 0px 25px 15px 25px;
	box-sizing: border-box;
}

.oyunlar {
	width: 500px;
	margin-bottom: 10px;
}

.app-icon:hover{
	transform: scale(1.1);
}

.desktop-support-link {
	text-decoration: none;
}

.desktop-support {
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(90deg, rgb(185, 40, 238) 0%, rgba(0,212,255,1) 100%);
	width: 250px;
	height: 50px;
	margin: 20px auto 10px auto;
	color: white;
	outline: none;
	border: none;
	border-radius: 6px;
	font-size: 17px;
	cursor: pointer;
	box-shadow: 1px 0px 8px black;
}


}