#countLabel{
  display: block;
  text-align: center;
  font-size: 10em;
  font-family:Arial, Helvetica, sans-serif;
  margin-top: 150px;
}
#OnClickButton{
  text-align: center;
}
.Buttons{
  padding: 10px 20px;
  font-size: 2em;
  color: white;
  background-color: rgb(83, 83, 237);
  border-radius: 100px;
  cursor: pointer;
  transition:background-color 0.2s;
}
.Buttons:hover{
  background-color:rgb(45, 187, 226);
}
body{
  background-image: url(444.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}