* {
	box-sizing: border-box;
}

body {
	background-color: darkred;
}

body.dark {
	background-color: black;
}

button {
    font-size: 16px;
    padding: 10px 20px;
}

.container {
    text-align: center;
    margin-top: 50px;
}

.next-button {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: white;
    padding: 10px 20px;
    font-size: 16px;
}

#line {
	margin-top: 300px;
	font-family: monospace;
	font-size: 30px;
	color: white;
	text-align: center;

}

 #lines {
	margin-top: 200px;
	font-family: monospace;
	font-size: 30px;
	color: white;
	text-align: center;

}

#hiddenText {
	margin-top: 200px;
	font-family: monospace;
	font-size: 30px;
	color: white;
	text-align: center;
}

#newText {
	margin-top: 200px;
	font-family: monospace;
	font-size: 30px;
	color: white;
	text-align: center;
	display: none;
}

#movies {
	font-family: monospace;
	font-size: 200px;
	margin-top: 40px;
	color: white;
	text-align: center;
}

#ticket {
	width: 526px;
	height: 372px;
	display: none;
}

#nicole {
	width: 680px;
	height: 340px;
	display: none;
}

