#welcome-body {
  margin: 0;
  padding: 0;
}
#welcome-body #main-index {
  height: 100vh;
  background: url("/images/background1.jpg") !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  background-position: center !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 0;
  margin: 0;
}
#welcome-body #main-index h1 {
  font-family: "Dancing Script" !important;
  font-size: 36px;
  text-align: center;
}
#welcome-body #main-index a {
  width: 200px;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  margin-top: 10px;
  background: #000;
  color: #fff;
  text-decoration: none;
  transition: all 0.3s;
  font-size: 18px;
}
#welcome-body #main-index a:hover {
  color: #000;
  background: #fff;
}

.text-here p a {
  color: blue !important;
  text-decoration: underline !important;
}

iframe {
  text-align: center;
  margin: auto;
}

.np-button {
  background: blue;
  padding: 10px 10px;
  border-radius: 10px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  position: relative;
  top: 20px;
}
.np-button:hover {
  background: #6666ff;
}

/*# sourceMappingURL=style.css.map */
