.enter-button{
  background-color: pink;
  color: black;
  border-color: #e75480;

}

.enter-button:hover{
  background-color: red;
}