body {
  margin: 0;
  padding: 0;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

h5{
  text-align: justify;
}

h6{
  font-size: 1.3rem;
}

* {
  box-sizing: border-box;
}

.background-primary {
  background-color: #BB477D !important;
}
.color-primary {
  color: #BB477D !important;
}

.navbar {
  height: 80px;
}

.nav-link {
  font-weight: 700 !important;
}

.btn {
  font-weight: 600 !important;
}

.btn-primary {
  background-color: #BB477D !important;
  border-color: #BB477D;
}

.hero {
  width: 100%;
}

.jumbotron {
  width: 100%;
  background-color: #632743;
  margin-top: 80px;
  height: 300px;
}
.jumbotron-overflow {
  margin-top: -200px;
}

.swiper {
  width: 100%;
}

.swiper-slider img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.footer {
  background: #632743;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 40px;
}

.footer-button {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #BB477D;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  text-decoration: none;
  color: white;
  margin: 5px;
}
.footer-button:hover {
  color: white;
}

.register-form {
  width: 100%;
  height: 3800px;
}

@media screen and (max-width: 990px) {
  .pp {
    display: none;
  }
}