body {
  background-color: black;
}

.styled-title {
  color: red;
  font-size: 64px;
  font-weight: bold;
  text-decoration: underline;
  text-align: center;
  margin-top: 40px;
}

.styled-text {
  color: #00FF00;
  text-align: center;
}

.styled-button {
  background-color: black;
  color: red;
}

.corner {
  position: fixed;
  bottom: 0px;
  left: 0px;
  padding: 10px 15px;
}

.closed {
  display: none;
}
