

    body {
    background: #202733;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;      


    }


.squarebox {
  width: 500px;
  
  height: 350px;
  background: #3c4a61;
   max-width: 600px;   /* wider */
  width: 90%;
  padding: 50px 40px;
  border-radius: 15px;
}


#advice-id {
  color: hsl(150, 100%, 66%);
  letter-spacing: 3px;
  font-size: 14px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;;
  

}


#advice-text {
  color: #CEE3E9;
  text-align: center;
   font-size: 32px;     /* bigger */
  line-height: 1.6;    /* more spacing */
  text-align: center;
  max-width: 500px;    /* keeps lines clean */
  margin: 0 auto;      /* centers text block */
  

   }

  .divider {
    padding: 20px;
     display: block;
   margin: 80px auto 0;


  }


.container {
  display: flex;
  flex-direction: column;
  align-items: center; /* THIS centers everything */
}


#dice-btn {
  width: 60px;
  height: 60px;
  background: hsl(150, 100%, 66%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -30px;  /* centers + pushes below */
  cursor: pointer;
}