body,
html {
  padding: 0;
  margin: 0;
}
html {
  font-family: "Russo One", Helvetica;
  background: #e4efdc;
  background: radial-gradient(ellipse at center, #e4efdc 0, #daedcb 100%);
  height: 100%;
  min-height: 460px;
}
h1 {
  padding-top: 15%;
  text-shadow: 2px 2px 4px #999;
  text-align: center;
  align: center;
  color: #000000;
}
h1 {
  font-size: 68px;
}
button {
  padding: 10px;
  padding-bottom: 2px;
  background-color: #0a5efc;
  margin: 10px;
  color: #000000;
  text-shadow: none;
  box-shadow: 1px 0 1px #0450dd, 0 1px 1px #0450dd, 2px 1px 1px #0450dd,
    1px 2px 1px #0450dd, 3px 2px 1px #0450dd, 2px 3px 1px #0450dd,
    4px 3px 1px #0450dd, 3px 4px 1px #0450dd, 5px 4px 1px #0450dd,
    4px 5px 1px #0450dd, 6px 5px 1px #0450dd;
  cursor: pointer;
  display: inline-block;
  margin-top: 11px;
  margin-left: 45%;
  box-sizing: border-box;
  position: relative;
  user-select: none;
  border: nonde;
  border-radius: 12px;
  font-size: 45px;
  font-weight: 400;
  font-family: "Bebas Neue", cursive;
  outline: 0;
}
button:hover {
  background-color: #407def;
}
button:active {
  box-shadow: 1px 0 1px #0450dd, 0 1px 1px #0450dd, 2px 1px 1px #0450dd,
    1px 2px 1px #0450dd, 3px 2px 1px #0450dd;
  top: 2px;
  left: 3px;
}