@media only screen and (max-width: 600px) {



	body {
		background-color: lightblue;
		justify-content: flex-start;
	}

	p {
		font-size: 14px;
	}

	button {
		padding: 10px;
		margin: 5px;
	}



	#tiles {
		margin-bottom: 0;
		margin-top: 60px;
		min-height: 85vw;
		height: 98vw;
		width: 98vw;
	}



	.term-text {
		font-size: 16px;
		box-sizing: border-box;
		padding: 1px;
	}

	.solved>.tile-innerdiv>.term-text {
		font-size: 20px;
	}

	#mistakes {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.endscreen {
		width: 80vw;
		margin-left: 10vw;
		margin-right: 10vw;
	}


}

@media not (hover:hover) {
	.tile-innerdiv:not(.selected):hover {
		background-color: #EFEFE6;
	}



}