.morphingButton {
	justify-content: center;
    display: flex;
    margin-bottom: 5em;
}
	
.morphingButtonText {
    position: relative;
    padding: 0 1em;
    border: none;
    background-color: #e85657;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 80px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
	width: 150%;
}

.morphingButtonLink {
    color: #fff;
    text-decoration: none;
}
.morphingButtonLink:hover {
    color: #fff;
    text-decoration: none;
}