#button_pink {
     width: 300px;
     height: 50px;
	 color:#ee3963;
     border:none;
     border:solid 1px #ee3963;
     border-radius: 5px;
     --background: rgba(255, 255, 255,0);
     font-size: 16px;
}

#button_pink:hover {
     background:#ee3963;
     color:white; 
}