.body {
  font-family: "Unkempt", cursive;
  font-weight: 400;
  font-style: normal;
  cursor: url('images/paw-cursor.png'), pointer;
  background-color: lightcyan; 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  flex-flow: column nowrap;
}

.button {
  height: 40px; 
  background-color: lightseagreen; 
  cursor: url('images/paw-cursor.png'), pointer;
  font-family: "Unkempt", cursive;
  font-weight: 400;
  font-style: normal;
}

.buttonHolder {
  height: 60px; 
  display: flex; 
  align-items: center; 
  justify-content: center;
}
