.homepopup {
  position: fixed;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  background: #002DB3;
  padding: 20px;
  border: 1px solid #ccc;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  max-width: 500px;
  width: 90%;
  border-radius: 8px;
  text-align: center;
}

.homepopup button {
  background-color: #191A1E;
  color: #fff;
  padding: 10px 20px;
  border: none;
  cursor: pointer;
  border-radius: 4px;
  margin-top: 10px;
}
