body {
  position: relative;
  background: #f8f9fa;
}

body.modal-open {
  overflow: hidden;
}

.java-illustration {
  background: url(/img/programmer.svg) no-repeat center;
  background-size: contain;
  height: 180px;
  width: 180px;
  margin: 16px auto;
  /* border-radius: 50%; */
  /* box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.4); */
}

.box {
  background: rgb(255, 255, 255);
  margin: 12px -10px 40px;
  padding: 8px 15px;
  border: 1px solid transparent;
  box-shadow: 0 20px 20px -20px rgba(0, 0, 0, 0.4);
}

.i1 {
  margin-left: 14px;
}

.i2 {
  margin-left: 38px;
}

@media screen and (max-width: 425px) {
  .i1 {
    margin-left: 0;
  }
  .i2 {
    margin-left: -10px;
  }
}

.sb {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 8px;
  margin-bottom: 8px;
  padding: 4px
}

.sb:nth-child(even) {
  background-color: #f8f9f9;
}

.club-logo {
  margin: 32px auto 16px;
  width: 128px;
  height: 128px;
  background: url(/img/club_logo.png) no-repeat center;
  background-size: contain;
}

.modal {
  -webkit-overflow-scrolling: touch;
}

.modal-body {
  padding: 0;
}

.modal-body pre {
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.modal-body pre code {
  padding: 1rem;
}


/* 
.overlay {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;

} */