h1 {
	/*background-color: black;*/
	/*color: white;*/
	/*padding: 7px 20px 10px 20px;*/
}

.container {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
}

.container-child {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.btn {
	margin-top: 15px;
	background-color: #c8961e;
	border: none;
}

@keyframes bigger {
  from {height: 0;}
  to {height: 317px;}
}

.gif {
	height: 317px;
	background-color: black;
	animation-name: bigger;
	animation-duration: 4s;
}


#output {
	margin: 20px;
	height: 60px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background-color: #e3c784;
	width: 100%;
	font-size: 30px;
	font-weight: 800;
}
