body {
	background-color: #000000;
}

#container {
	height:  100%;
	display: grid;
}


#random_tactic {
	background-color: #ff6600;
	color:  #ffffff;
	width:  70%;
	height:  100%;
	/*height:  35%; */
	display: flex; 
	justify-items: center;
	align-items: center;
	/* margin-top: 20%; */
	padding-left: 15%;
	padding-right:  15%;
}

#signup {
	color:  #ffffff;
	margin-left: 15%;
	margin-right:  15%;
	height:  100%;
	display: flex;
	justify-items: center;
	align-items: center;
	font-family: sans-serif;
}

#signup p {
	margin-left, margin-right:  auto;
	margin-top: 5px;
	font-family: sans-serif;
	font-size: min(2.5vw, 20px);

}

#signup input {
	/* height:  20%; */
	width:  75%;
	padding-left: 10px;
	padding-right: 10px;
	color:  #333;
}

#signup button {
	/* height:  20%; */
	background-color: #ff6600;
	color: #ffffff;
	font-weight: bold;
}
.box {
	height:  20%;

}

#random_tactic  p {
	font-family: sans-serif;
	font-weight: bold;
	font-size: 4vw;
	/*top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);	*/
	text-align: center;
	margin:  auto;
}

p.next {
	font-size: 3vw;
	font-family: sans-serif;
        font-weight: bold;
}

a {color: white; text-decoration-line: none;}
a:hover {text-decoration-line: underline;}
