body {
    position: relative;
}
.justify {
    text-align: justify;
}
.caption{
    background-color: rgb(0, 0, 0, 0.4);
    border-radius: 10px;

}
.nav-item:hover{
    background-color: rgba(0, 0, 0, 0.3);
    border-radius: 10px;
} 

.btninterest{
    width: 75%;
    height: 130px;
    margin-bottom: 8px;
}

.cardexp{
    height: 100px;
    overflow: hidden;
}

.card{
    margin-bottom: 8px;
}

.confooter{
    background-color: rgba(0, 0, 0, 0);
    padding: 2px;
}

#suprise {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
}

.read-more {
  color: #343a40;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}

.read-more:hover {
  color: #0d6efd;
  text-decoration: underline;
}

.laprak-container {
    justify-content: center;
}
.laprak {
  display: flex;
  align-items: center;
  margin-bottom: 2rem;
  border: none;
}

.laprak-body {
    width: 420px;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  transition: box-shadow 0.3s ease;
}

.laprak-body:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.7);
}

.card-logo {
  font-size: 22px;
  margin-right: 8px;
  color: #495057;
  flex-shrink: 0;
}

pre code {
  display: block;
  background: #f5f5f5;
  padding: 1em;
  border-radius: 8px;
  max-height: 300px;
  overflow: auto;
  font-family: Consolas, monospace;
}

.copybtn {
  margin: 0px 0px 20px 0px;
}

.foto-prak {
  max-width: 100%;
  height: auto;
  max-height: 360px;
}

#back-to-top {
      position: fixed;
      bottom: 20px;
      right: 20px;
      padding: 15px 18px;
      background-color: #01377d;
      border: none;
      border-radius: 100px;
      color: white;
      box-shadow: 2px 2px 8px black;
      transition: right 0.5s;
}
    
#back-to-top:hover{
        background-color: white;
        transition: 1s;
        color: #01377d;
}