@font-face {
    font-family: 'ORANGEKID';
    src: url('../font/orangekid-webfont.woff2') format('woff2'),
         url('../font/orangekid-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body{
	font-family: 'ORANGEKID', sans-serif;
	cursor: url('../images/cursor_normal.png'), auto;
	background: #6868f7 url("../images/arcade_bg.png") center;
}

a, button, .clickable {
	cursor: url('../images/cursor_clickable_alt.png'), pointer;
}

p{
	text-align : center;
	color: white;
	font-size: 20px;
}
button{
	position: relative;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: black;
	font-size: 20px;
	font-family: 'ORANGEKID', sans-serif;
}
h1{
	text-align: center;
	font-size: 50px;
	color: white;
	text-shadow: 3px 3px 3px rgb(56, 16, 121);
}
h2{
	text-align : center;
	font-size: 40px;
	color: white;
	text-shadow: 3px 3px 3px rgb(56, 16, 121);
}

h3{
	text-align : center;
	font-size: 30px;
	color: white;
	text-shadow: 3px 3px 3px rgb(56, 16, 121);
}

.tq {
	transition: transform 0.2s, filter 0.2s;
	filter: drop-shadow(16px 16px 0px rgba(56, 16, 121, 0.74));
	outline-color:rgb(41, 26, 255);
	outline-style: outset;
}

.tq:hover {
	transform: scale(1.1);
	filter: drop-shadow(16px 16px 0px rgba(56, 16, 121, 0.342));
}


.ps{
	transition: transform 0.2s, filter 0.2s;
	filter: drop-shadow(16px 16px rgb(56, 16, 121, 0.74));
	outline-color:rgb(170, 18, 175);
	outline-style: outset;
}
.ps:hover{
	transform: scale(1.1);
	filter: drop-shadow(16px 16px rgba(56, 16, 121, 0.342));
}

.bd{
	transition: transform 0.2s, filter 0.2s;
	filter: drop-shadow(16px 16px rgb(56, 16, 121, 0.74));
	outline-color:rgb(18, 188, 255);
	outline-style: outset;
}
.bd:hover{
	transform: scale(1.1);
	filter: drop-shadow(16px 16px rgba(56, 16, 121, 0.342));
}

.isaac{
	transition: transform 0.2s, filter 0.2s;
	filter: drop-shadow(16px 16px rgb(56, 16, 121, 0.74));
	outline-color:rgb(172, 67, 25);
	outline-style: outset;
}
.isaac:hover{
	transform: scale(1.1);
	filter: drop-shadow(16px 16px rgba(56, 16, 121, 0.342));
}

.tass {
	display: block;
 	margin: auto;
	transition: transform 0.2s, filter 0.2s;
	filter: drop-shadow(6px 6px 0px rgba(56, 16, 121, 0.74));
}
.tass:hover{
	transform: scale(1.1);
	filter: drop-shadow(6px 6px rgba(56, 16, 121, 0.342));
}

.image-row {
	display: flex;
	flex-wrap: wrap;
  	justify-content: center;
  	gap: 45px;
  	margin: 45px auto;
  	max-width: 1000px;
}

.logo {
  height: auto;
  display: block;
  margin: auto;
  transition: transform 0.2s;
}
.logo:hover{
	transform: scale(1.02);
}

.icon{
	transition: transform 0.2s, filter 0.2s;
	filter: drop-shadow(16px 16px rgb(56, 16, 121, 0.74));
	outline-color:rgb(114, 114, 114);
	outline-style: outset;
}
.icon:hover{
	transform: scale(1.1);
	filter: drop-shadow(16px 16px rgba(56, 16, 121, 0.342));
}