/*
body {
	display: flex;
	height: 100vh;

	align-items: center;
	justify-content: center;
}
*/

.btn-liquid4 {
	display: inline-block;
	position: relative;
	width: 240px;
	height: 60px;

	border-radius: 27px;
    /*  color of word in button */
    color:#f1ef51;
    text-shadow: 0 0 3px #FF0000, 0 0 5px #0000FF;
	font: 800 18px/60px "gloria hallelujah", sans-serif;
	letter-spacing: 0.05em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.btn-liquid4 .inner4 {
	position: relative;

	z-index: 2;
}

.btn-liquid4 canvas {
	position: absolute;
	top: -50px;
	right: -50px;
	bottom: -50px;
	left: -50px;

	z-index: 1;
}