body {
  background-color: #f7f9fc;
  font-family: 'Inter', 'Segoe UI', sans-serif;
  font-optical-sizing: auto;
  font-weight: weight;
  font-style: normal;
}


.header {
  background-color: #004c99;
  padding: 20px 0;
  text-align: center;
}

.header img {
  max-height: 100px;
}

.main-box {
  background-color: white;
  max-width: 700px;
  margin: 30px auto;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  text-align: center;
}

.advertencia {
  background-color: #f8f9fa;
  padding: 30px;
  border-radius: 10px;
  border: 2px dashed #dc3545;
  margin-top: 40px;
}

.internet-sano-logo {
  margin-top: 5px;
  max-height: 100px;
}