/* サーバーステータス表示 */
.server-status {
  text-align: center;
  padding: 20px;
  margin: 20px auto 60px;
  max-width: 600px;
  background-color: var(--light-color);
  border-radius: var(--border-radius-md);
  font-size: 16px;
  color: var(--text-color);
  box-shadow: var(--box-shadow-light);
  transition: var(--transition-standard);
  border: 1px solid rgba(0, 0, 0, 0.05);
}
