body {
  background-color: #f8f9fa;
  font-family: Arial, sans-serif;
}

.suspended-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.suspended-content {
  text-align: center;
  padding: 40px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  width: 80%;
}

.suspended-image {
  max-width: 200px;
}

.suspended-title {
  color: #ff6b6b;
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.suspended-text {
  color: #6c757d;
  font-size: 1.2rem;
  margin-bottom: 40px;
}