#beranda {
  position: relative;
  background-image: linear-gradient(to right, rgb(83, 242, 131), rgb(104, 225, 247));
}

.navbar {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.carousel-item {
  height: 700px;
  font-family: "Kavoon", cursive;
}
.carousel-item img {
  margin-top: -120px;
  size: cover;
}
.carousel-item .font-weight-bold {
  margin-top: -450px;
}
#projects {
  background-color: #a2d9ff;
}

#profile {
  font-family: montserrat;
}
#visi {
  font-weight: bolder;
  font-family: montserrat;
}
section {
  position: relative;
  padding-top: 5rem;
}

#footer {
  padding: 10px 0;
  background-image: linear-gradient(to right, rgb(83, 242, 131), rgb(104, 225, 247));
  font-weight: bolder;
}
