@font-face {
  font-family: "ITC Avant Garde Gothic";
  src: url("https://www.returnofthegeek.com/assets/fonts/avant-garde-gothic.woff2") format("woff2"), url("https://www.returnofthegeek.com/assets/fonts/avant-garde-gothic.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
    background-color: #2C1D1A;
	color: white;
	text-align: center;
	font-family: "ITC Avant Garde Gothic", system-ui, sans-serif;
}

p {
	font-family: "ITC Avant Garde Gothic", system-ui, sans-serif;
}

#hero {
	position: relative;
	display: inline-block;
	max-width: 100%;
}

img {
	display: block;
	max-width: 100%;
	height:auto;
}

#card {
	position:relative;
	height: 200px;
	top:70px;
}

#inputs {
	position:relative;
	top:50px;
}

#text-box {
	position:absolute;
	top:40%;
	width:100%;
	color: #442C22;
	text-shadow: 1px 1px 0px #000,  2px 2px 0px #000, 3px 3px 0px #000, 4px 4px 0px #000;
	text-transform: uppercase;
	font-size: 100px;
	letter-spacing: 3px;
	font-weight: bold;
	-webkit-text-fill-color: #442C22;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #33C132;
}

body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
    background-color: #000000;
	background-image: url("https://www.returnofthegeek.com/assets/images/twin-peaks.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
}

.center-screen {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh; 
	width: 100%;
}

.centered-text-div {
    text-align: center;
    width: 50%;
    padding: 10px;
    min-height: 100vh; 
}