.button_text {
    background-color: #d0b76c;
    color: #000;
    border-color: #d0b76c;
    font-size: 1rem;
    padding: 0px 40px;
    font-weight: 600;
    line-height: 44px;
    border-width: 2px;
    box-shadow: inset 0 1px 0 hsl(0deg 0% 100% / 15%), 0 1px 1px rgb(0 0 0 / 8%);
    font-family: "Poppins",sans-serif;
}

.button_text:hover{
	color: #fff;
	background-color: #d5be7b;
	border-color: #d5be7b;
	box-shadow: inset 0 1px 0 hsla(0,0%,100%,.15),0 1px 1px rgba(0,0,0,.075);
}