body {
    font-family: Arial, sans-serif;
    background-color: #003366;
    color: white;
    margin: 0;
    padding: 0;
}
.container {
    max-width: 90%;
    margin: 20px auto;
    padding: 15px;
    background-color: #1a1a1a;
    border-radius: 8px;
}
img.logo {
    display: block;
    max-width: 70%;
    height: auto;
    margin: 0 auto 20px;
}
textarea {
    width: 100%;
    height: 120px;
    font-size: 16px;
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
}
button {
    width: 100%;
    padding: 15px;
    font-size: 18px;
    background-color: #0055aa;
    color: white;
    border: none;
    margin: 8px 0;
    border-radius: 6px;
}
button:hover {
    background-color: #0077cc;
}
.progress-bar {
    width: 100%;
    background-color: #444;
    padding: 10px;
    margin-bottom: 15px;
    text-align: center;
    font-size: 16px;
    border-radius: 5px;
}
ul {
    list-style: none;
    padding: 0;
}
li {
    cursor: pointer;
    padding: 10px;
    font-size: 16px;
    border-bottom: 1px solid #666;
}
li:hover {
    background-color: #004488;
}
.recovery-links button {
    display: block;
    width: 100%;
    margin: 10px 0;
    font-size: 18px;
    background-color: #006699;
    border-radius: 6px;
}
.recovery-links button:hover {
    background-color: #0088cc;
}
.history-link {
    display: block;
    margin: 20px auto;
    text-align: center;
    font-size: 16px;
    color: #00ccff;
    text-decoration: underline;
}

.recovery-links a {
  color: white;
  text-decoration: underline;
  font-weight: bold;
  display: block;
  text-align: center;
  margin: 8px 0;
}


.progress-bar {
  width: 100%;
  background-color: #ccc;
  height: 10px;
  margin-bottom: 10px;
}
#progress {
  height: 100%;
  width: 0%;
  background-color: #0074D9;
}
