* {
  margin: 0;
  padding: 0;
}
.load {
  animation: slide 2s;
}

.dropbtn {
  margin-top: 10px;
  background-color: #2437e7;
  color: white;
  padding: 14px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  border-color: #2437e7;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.btn {
  border: 2px solid #2437e7;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #2437e7;
  min-width: 360px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.dropdown-content a {
  color: #fff;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  color: #ffff;
  border-color: #fff;
  background-color: #2437e7;
}

.dropdown:hover .dropdown-content {
  display: block;
  background-color: transparent;
}

.dropdown:hover .dropbtn {
  background-color: transparent;
  color: #2437e7;
  border-color: #2437e7;
}

.slider {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 100vh;
  animation: slide 40s infinite;
}
.content {
  color: #fff;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}
.principal {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  letter-spacing: 5px;
  text-align: center;
}
.principal h1 {
  font-size: 70px;
  margin-bottom: 20px;
}
.principal p {
  font-size: 20px;
}
@keyframes slide {
  0% {
    background-image: url(../IMG/anggota/BPH.JPG);
  }
  20% {
    background-image: url(../IMG/anggota/KDSP.JPG);
  }
  20.01% {
    background-image: url(../IMG/anggota/AGM.JPG);
  }
  40% {
    background-image: url(../IMG/anggota/PDDK.JPG);
  }
  40.01% {
    background-image: url(../IMG/anggota/SOSL.JPG);
  }
  60% {
    background-image: url(../IMG/anggota/PSDS.JPG);
  }
  60.01% {
    background-image: url(../IMG/anggota/INFK.JPG);
  }
  80% {
    background-image: url(../IMG/anggota/BPH.JPG);
  }
  80.01% {
    background-image: url(../IMG/anggota/AGM.JPG);
  }
  100% {
    background-image: url(../IMG/anggota/INFK.JPG);
  }
}
