body {
  font-family: sans-serif;
  background: #2c2f33;
  color: white;
  text-align: center;
  padding: 2rem;
}

a {
  color: #7289da;
  text-decoration: none;
  padding: 0.5rem 1rem;
  border: 1px solid #7289da;
  border-radius: 5px;
  display: inline-block;
  margin-top: 1rem;
}

input,
select {
  margin: 0.5rem;
  padding: 0.5rem;
}

select {
  background-color: #1e2124;
  border: 1px solid #444;
  color: white;
  padding: 6px 10px;
  border-radius: 4px;
  width: fit-content;
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

select:focus {
  outline: none;
  border-color: #7289da;
}

.subtext {
  font-size: 11px;
  color: #808183;
  margin-top: 2px;
  margin-bottom: 10px;
  text-align: center;
}

label {
  font-weight: bold;
  display: block;
  margin-top: 20px;
  text-align: center;
}

.logout-button {
  background-color: #3a3d41 !important;
  color: white;
  border: none;
  width: 100%;
  text-align: left;
  padding: 8px;
  font-size: 14px;
}

.logout-button:hover {
  background-color: #505358 !important;
}

.save-btn {
  background-color: #1e2124;
  border: 1px solid #444;
  color: white;
  padding: 12px 32px;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
  margin-top: 10px;
}

.save-btn:hover {
  background-color: #3a3d41;
}
