
body {
  font-family: Arial, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin: 0;
}

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

.warning {
  color: red;
}

.contact {
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

.icon {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.contactName {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}

.phoneNumber {
  font-size: 16px;
  color: #555;
}