body{
	min-height:100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.container{
	text-align: center;
}

.hexColor{
	text-transform: capitalize;
}

.hex{
	font-size: 3rem;
}

.hexBtn{
	padding: 0.25rem, 0.5rem;
	border: 3px solid #eaf8fc;
	border-radius: 7px;
	color:#eaf8fc;
	background: rgba(0,0,0,0.6);
	font-size: 1.6rem;
	text-transform: uppercase;
	cursor: pointer;
	outline:none;
}

.hexBtn:hover{
	background: rgb(0,0,0)
}

