body {
  margin: 0;
  padding: 0;
}

.title-section {
/* position: relativposwidth: 60%;  */
  overflow: hidden;
}

.dice {
  display: block;
  width: 100%;
  height: auto; 
}

.title-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
}

h1 {
  background-color: #D9D9D9;
  font-size: 86px;
  margin: 0; 
  width: 100%;
  padding: 25px;
}

h2 {
  font-size: 46px;
  text-shadow: 2px 2px 4px #000000;
  margin: 10px 0; 
}

button {
  background-color: #D9D9D9;
  border: none;
  padding: 30px;
  width: 50%; 
  border-radius: 14px;
  margin-top: 20px;
  cursor: pointer;
  color: white;
  font-size: 25px;
}

/* .title-all{
  transform: translate(360px, -5px);
} */