@import url(https://fonts.googleapis.com/css?family=Assistant:200,300,400,600,700,800&subset=hebrew);html,
body {
  height: 100%;
  font-family: 'Assistant', sans-serif;
  overflow: hidden;
  background: #15d4f9;
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #15d4f9), color-stop(100%, #66edd6));
  background: -webkit-gradient(linear, left top, left bottom, from(#15d4f9), to(#66edd6));
  background: linear-gradient(to bottom, #15d4f9 0%, #66edd6 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#15d4f9', endColorstr='#66edd6', GradientType=0 );
}

div {
  text-align: right;
}

button,
button:hover {
  background-color: #FF504F;
  border-color: #FF504F;
}

button:active {
  background-color: rgba(253, 26, 87, 0.5);
}

