body {
  font-family: sans-serif;
  background: #270840;
  margin: 2rem;
  color: #f0f8ff;
  text-align: left;
}

h1 {
  color: #0080ff;
  text-align: center;
}

h2 {
  color: #cc0000;
  font-weight: bold;
  text-align: left;
}

h3 {
  color: #cc0000;
}

h4 {
  color: #ffffff;
  text-align: left;
  font-weight: normal;
}

h5 {
  color: #ff0000;
  text-align: left;
}

table {
  border-collapse: collapse;
  width: 100%;
  background: #333333;
}

th, td {
  border: 1px solid #ffc0cb;
  padding: 0.5rem 1rem;
  text-align: left;
}

th {
  background: #292929;
  color: #cc0000;
}

td {
  background: #222222;
}

td:hover {
  background: #505050;
}

button {
  padding: 0.4rem 1rem;
  border: 1px solid #ffc0cb;
  background: #000050;
  color: white;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

button:hover {
  background: #ff69b4;
  border-color: #ff69b4;
  color: #ffffff;
}

#status {
  margin-top: 20px;
  font-weight: bold;
  padding: 5px;
  color: #0080ff;
}

.profile-box {
  border: 1px solid #ffc0cb;
  border-radius: 10px;
  padding: 10px;
  margin-bottom: 15px;
  background: #292929;
}

.profile-status {
  margin-top: 10px;
  color: #6baf23;
  font-weight: normal;
  padding: 5px;
  border-radius: 5px;
}
