body {
  background-color: black;
  color: white;
}

.undertalebutton{
  background-image: linear-gradient(to bottom, #ff0000, #8d1626);
  height: 30vw;
  min-height: 150px;
  max-height: 300px;
  width: auto;
  margin: auto;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  border: none;
  text-align: center;
}

.undertalebutton img {
  max-width: 100%;
  height: auto;
}

#message {
    white-space: pre-line;
}