body { 
    font-family: 'Press Start 2P', sans-serif;
    font-size: 22px;
    text-align: center;
    background: linear-gradient(135deg, black, #B0E0E6);
    background-repeat: no-repeat;
    color: white;
}

button {
      font-size:20px;
      background: linear-gradient(135deg, blue,black);
      color: black;
      font-weight: Bold;
      font-family: Sans serif;
}
button:hover {
  background: white;
  color: black;
  transform: scale(1.05)
  font-family: sans serif;
}