/* Simple Internet-off Icon */
.icon-internet {
  width: 80px;
  margin-bottom: 20px;
  opacity: 0.9;
}

.body-internet {

  margin: 0;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: "Segoe UI", Arial, sans-serif;
  /* background: #f4f7fb; */
  color: #333;
  text-align: center;

}

.btn-internet {
  padding: 10px 24px;
  background: #0A2742;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  font-size: 15px;
  transition: 0.3s;
}

.btn-internet:hover {
  background: #093357;
  color: white;
}

.p-internet {
  font-size: 16px;
  color: #555;
  margin-bottom: 25px;
  max-width: 320px;
  line-height: 1.5;
}

.h2-internet {
  font-size: 30px;
  color: #0A2742;
  margin-bottom: 10px;
  font-weight: 600;
}
.text-dark-blue
{
  color:#0A2742;
}
