@font-face {
    font-family: "JetBrains Mono";
    src: url("./font.ttf") format("truetype"),
    font-weight: 600;
    font-style: normal;
	font-display: swap;
}

body {
	font-family: "JetBrains Mono", serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-weight: 600;
    background: #101010;
	background-image: url("images/questwood-background-icons.webp");
	background-repeat: repeat;
    color: #cccccc;
    padding: 1vw;
    text-align: center;
    margin: 0;
}

h1 {
    font-style: normal;
    font-size: 48px;
    margin: 0;
}

h2 {
    font-style: normal;
    font-size: 32px;
    margin: 0;
	margin-bottom: 14px;
}

h3 {
    font-style: normal;
    font-size: 20px;
    margin: 0;
	margin-bottom: 14px;
	margin-top: 24px;
}

hr {
    border-width: 2px;
    border-style: solid;
    color: #aaaaaa;
    margin-bottom: 50px;
}

div {
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

a {
	color: #6fa720;
}

.centered_absolute {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.steam {
    height: 190;
    width: 600;
    border-style: none;
}

.header {
    max-width: 100vw;
    width: 95vw;
    display: flex;
}

.centered {
    display: flex;
    flex-wrap: wrap;
	min-width: 600px;
	justify-content:center;
	margin-top: 50px;
	margin-bottom: 50px;
}

.game {
    background: #222222;
    padding: 10px;
    border-radius: 30px;
	padding: 30px;
	max-width: 600px;
	border-style: solid;
	border-color: #404040;
	margin: 10px;
}

.text_image {
	float: right;
	margin: 5px;
}

.logo_image {
	float: left;
	margin: 5px;
}

.cookies {
	color: #aaaaaa;
	position: absolute;
	top: 10px;
	right: 1vw;
}