body {
  margin: 0;
  font-family: Arial, sans-serif;
  background-color: #ffffff;
}

.container {
  text-align: center;
  padding-top: 80px;
}

.icon-text {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #cccccc;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
}

.icon {
  width: 60px;
  height: 60px;
  background: url('https://cdn-icons-png.flaticon.com/512/847/847969.png') no-repeat center;
  background-size: contain;
  margin-right: 10px;
}

.message-box {
  background-color: #223049;
  color: white;
  padding: 40px 20px;
  max-width: 600px;
  margin: 0 auto;
  border-radius: 5px;
}

.message-box h2 {
  margin-top: 0;
  font-size: 24px;
}

.message-box p {
  font-size: 16px;
  color: #ccc;
}
