@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Imperial+Script&display=swap');

html {
	display: flex;
	justify-content: center;
	align-content: center;
	height: 100vh;
}

body {
	background-color: #0C1826;
}

body img {
	width: 100%;
	max-width: 400px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	margin-top: 30%;
	box-sizing: border-box;
	padding: 20px;
}

h1 {
    font-size: clamp(1.6rem, 2.7vw, 2.4rem);
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;	
	color: #FFF;
	text-transform: uppercase;
	width: 100%;
	max-width: 600px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	display: block;
	text-align: center;
	letter-spacing: 1px;
	word-spacing: -8px;
	text-shadow: rgba(255,255,255,0.22) 0px 0px 10px;
}

h1 strong {
    font-weight: 800;
}

h1 span {
	font-size: clamp(2.2rem, 3.4vw, 3.0rem);
    font-family: "Bangers", system-ui;
    font-weight: 400;
    font-style: normal;
	text-transform: none;
	padding: 7px;	
}

h1 em {
	text-transform: none;
    font-family: "Imperial Script", cursive;
    font-weight: 400;
    font-style: normal;
	font-size: clamp(2.2rem, 3.4vw, 3.0rem);
	font-weight: bold;
	color: rgb(var(--random-color-val), 136, 5);
}

h2 {
    font-size: clamp(0.8rem, 1.6vw, 1.2rem);
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;	
	color: #FFF;
	text-transform: uppercase;
	width: 100%;
	max-width: 600px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-align: center;
	letter-spacing: 2px;
	word-spacing: 2px;
	text-shadow: rgb(8, 21, 36) 1px 1px 0px;
}

@media (max-height: 600px) and (orientation:landscape) {

body img {
	width: 100%;
	max-width: 300px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 10px;
}

h1 {
    font-size: clamp(1.4rem, 2.5vw, 2.2rem);
}

h1 span {
	font-size: clamp(2.0rem, 3.2vw, 2.8rem);
}

h1 em {
	font-size: clamp(2.0rem, 3.2vw, 2.8rem);
}

h2 {
    font-size: clamp(0.6rem, 1.4vw, 1.0rem);
}

}