body {
  background-color: #1F262F;
  color: #FFF;
  font-family: Arial, sans-serif;
  text-align: center;
  margin: 0;
  padding: 0;
}

.container {
  padding: 20px;
  margin-top: 100px;
}

h1 {
  color: #0CD564;
  font-size: 2.5em;
  margin-top: 50px;
}

p {
  font-size: 1.2em;
  margin: 20px 0;
}

a {
  color: #0CD564;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
}

.footer {
  position: fixed;
  bottom: 0;
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
}

.footer p {
  font-size: 1em;
}

.error-details pre {
  background-color: #1F262F;
  color: #FFF;
  padding: 10px;
  border-radius: 5px;
  overflow: auto;
  white-space: pre-wrap;
}
