@media only screen and (max-width: 1024px) {
  html, body{
	padding:0;
	margin:0;
	font-family: "Segoe UI";
	background-color:#red;
	height: 100vh;
	cursor: default;
	}
	
	a{
	text-decoration:none;
	color:#f1efec;
	}
}