.container {
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

#lock-button {
	width: 200px;
	height: 90px;
	background: #44f;
	color: white;
	border-radius: 10px;
}
