@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300;400;500;600;700&family=Dancing+Script:wght@400;500;600&family=Roboto:wght@300&family=Poppins:wght@300;500;700&display=swap");

.jumbotron::before {
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: -10;
  display: block;
  position: fixed;
  background-size: cover;
  background-image: url(../img/mobile_version.png);
}
.jumbotron {
  width: 100%;
  height: 100%;
  display: flex;
  margin-bottom: 30px;
  align-items: center;
  flex-direction: column;
}
.profil {
  width: 150px;
  margin: 15px 0;
}
.jumbotron h1 {
  color: crimson;
  font-weight: 500;
  font-family: "Poppins", Sans-Serif;
}
.jumbotron .text-2 {
  color: #22222a;
  font-weight: 500;
  font-weight: 700;
  text-align: center;
  padding-bottom: 20px;
  font-family: "Comfortaa", cursive;
}

/* Style contain */
.tombol {
  width: 90%;
  height: 50px;
  display: flex;
  color: #0d6efd;
  margin-top: 15px;
  border-radius: 40px;
  align-items: center;
  background-color: #fff;
  justify-content: space-around;
  font-family: "Poppins", Sans-Serif;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
}
.tombol a {
  text-decoration: none;
}
.A,
.A a {
  color: #3594f0;
}
.B,
.B a {
  color: #f00;
}
.C,
.C a {
  color: #f06a35;
}
.D,
.D a {
  color: crimson;
}

/* Style Button down

.jumbotron .down {
  width:30px;
  bottom:10px;
  height:55px;
  display:flex;
  color:#22222a;
  position:absolute;
  align-items:center;
  justify-content:center;
  border-radius:20px 40px;
  border:2px solid #22222a;
}

.jumbotron .down:hover {
  color:white;
  background-color:#22222a;
}


and style*/

.credit {
  display: flex;
  left: 0;
  justify-content: center;
  width: 100%;
  margin-bottom: 20px;
  color: #22222a;
  text-align: center;
  align-items: center;
}
.credit .halo {
  font-family: "Comfortaa", cursive;
  padding: 0 20px;
}
.credit a {
  color: crimson;
  text-decoration: none;
}
