body {
  background-color:pink;
  font-family: Helvetica, Arial, sans-serif;
}

button, .button {
background-color: #EA4C89;
border-radius: 8px;
border-style: none;
color: #FFFFFF;
/*  cursor: pointer; */
display: inline-block;
/*  font-family: "Haas Grot Text R Web", "Helvetica Neue", Helvetica, Arial, sans-serif;*/
font-size: 14px;
font-weight: 500;
height: 40px;
line-height: 20px;
list-style: none;
margin: 0;
outline: none;
padding: 10px 16px;
position: relative;
text-align: center;
text-decoration: none;
transition: color 100ms;
vertical-align: baseline;
user-select: none;
-webkit-user-select: none;
touch-action: manipulation;
}

button:hover, button:focus, .button:hover, .button:focus {
background-color: #F082AC;
}

footer {
  position: fixed;
  bottom: 0;
}
