.jumbotron {
  padding-top: 6rem;
  background-color: #7C83FD;
}

.tombol {
    background: #3bacbb;
    border: none;
    outline: none;
    border-radius: 6px;
    color: #D3F3EE;
    padding: 10px;
    font-weight: bold;
}

.tombol:hover {
    cursor: pointer;
    background: #D3F3EE;
    border: none;
    outline: none;
    border-radius: 6px;
    color: #3bacbb;
    padding: 10px;
    font-weight: bold;
}

.modal-content {
    background-color: #dbd377 !important;
}

.modal-body {
    color: #3bacbb !important;
}

#talents {
  background-color: #7dedff;
}

section {
  padding-top: 5rem;
}
