
  body {
    margin: 0;
    background: linear-gradient(to bottom, #403e38, #23221e);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    padding: 20px;
    text-align: left;
  }

  .dialogue {
    max-width: 800px;
    background: #111110;
    border-left: 5px solid #3d5357;
    padding: 30px 25px;
    font-style: italic;
    font-size: 1.2em;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.6);
    line-height: 1.6;
    color: #cfcfcf;

    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 20px;
  }
  .button-link {
  display: inline-block;
  background-color: #3d5357;
  color: #fff;
  padding: 8px 16px;
  font-family: Georgia, serif;
  font-size: 1em;
  border-radius: 4px;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  text-align: center;
}
