body {
  margin: 0px;
  padding: 0px;
}
.container::before
{
  content: "";
  position: absolute;
  background: url("/images/dice.jpg") no-repeat center center/cover;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 609px;
  z-index: -1;
  opacity: 0.4;
}
.container {
  display: flex;
  justify-content: center;
  margin: 20px;
  padding: 30px;
}
.container1 {
  display: flex;
  justify-content: center;
}
h1 {
  margin: auto;
  padding-bottom: 20px;
}
.btn {
  cursor: pointer;
  border-radius: 10px;
  font-weight: bold;
}
.btn:hover
{
  background-color: black;
  color: white;
}
.ima {
  display: flex;
  justify-content: center;
}
.ima img {
  padding-top: 50px;
  width: 600px;
}

footer {
  text-align: center;
  font-family: "Baloo Bhaijaan 2", cursive;
  padding-top: 400px;
}
