* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  background-color: #000000;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

.container {
  max-width: 600px;
  text-align: center;
  padding: 40px;
}

.alert-icon {
  font-size: 96px;
  line-height: 1;
  color: #facc15;
  margin-bottom: 24px;
}

.message {
  font-size: 18px;
  line-height: 1.6;
  color: #e5e7eb;
  margin: 0;
}
