@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	padding-top: 20%;
	background-color: #2e2e2e;
}

.welcome {
	background-color: #525252;
	padding: 20px 0 20px;
}

h1 {
	text-align: center;
	font-family: 'Montserrat';
	font-size: 52px;
	font-weight: 600;
	color: #FFD500;
	text-decoration: underline;
	margin-bottom: 10px;
}

h2 {
	text-align: center;
	font-family: 'Montserrat';
	font-size: 32px;
	font-weight: 500;
	color: #e3e3e3;
}

.stores {
	margin-top: 50px;
	display: flex;
	justify-content: space-around;
}

.itch iframe {
	height: 150px;
}

.google a img {
	height: 150px;
}