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

.image {
	width: 150px;
	max-width: 100%;
	padding: 0 40px;
}

.hello {
	font-family: "Patua One", serif;
	font-weight: 400;
	font-style: normal;
	font-size:24px;
	color: #606060;
}

#hihi {
	position:absolute;
	opacity:0;
	height:0;
