body {
    font-family: 'IBM Plex Mono', monospace;
}

/* header */
.custom-header {
    text-align: center;
    padding: 50px 30px;
}
.custom-header .custom-header-title {
    font-family: 'Comfortaa', cursive;
}
.custom-header .custom-header-title h1 {
    display: flex;
    justify-content: center;
    font-weight: 700;
    padding-bottom: 10px;
}
.custom-header .custom-header-title h4 {
    display: flex;
    justify-content: center;
    font-weight: 400;
    font-size: 25px;
    padding-bottom: 5px;
}
.custom-header .custom-nav {
    padding: 5px 20px;
    font-weight: 400;
}
.custom-header .custom-nav .btn-ig {
    background-color: #c93cce;
    padding: 10px 30px;
    border: 2px solid black;
    margin: 0px 10px;
    color: black;
    border-radius: 5px;
    /* bs: left top ambyar */
    box-shadow: 5px 7px 0px 1px rgb(20, 20, 20);
}
.custom-header .custom-nav .btn-dc {
    background-color: #2597e4;
    padding: 10px 30px;
    border: 2px solid black;
    margin: 0px 10px;
    color: black;
    border-radius: 5px;
    box-shadow: 5px 7px 0px 1px rgb(20, 20, 20);
}
.custom-header .custom-nav .btn-ig:hover {
    margin-top: 3px;
    margin-bottom: -3px;
    box-shadow: 2px 3px 0px 1px rgb(20, 20, 20);
}
.custom-header .custom-nav .btn-dc:hover {
    margin-top: 3px;
    margin-bottom: -3px;
    box-shadow: 2px 3px 0px 1px rgb(20, 20, 20);
}

/* content */
.custom-content {
    padding-bottom: 5px;
    max-width: 700px;
    display: flex;
    justify-content: center;
}
.custom-content .card {
    justify-content: center;
    border: 3px solid black;
    background-color: #f1f0f0;
    box-shadow: 7px 7px 0px 1px rgb(20, 20, 20);
}

/* gabung */
.custom-gabung {
    padding-top: 30px;
    padding-bottom: 5px;
    padding-right: 50px;
    padding-left: 50px;
    max-width: 550px;
    display: flex;
    justify-content: center;
}
.custom-gabung .card {
    justify-content: center;
    border: 3px solid black;
    background-color: #e6b448;
    box-shadow: 7px 7px 0px 1px rgb(20, 20, 20);
}
.custom-gabung .card .card-text{
    font-family: 'Comfortaa', cursive;
    text-align: center;
    font-size: 20px;
}

/* mulai */
.custom-mulai {
    padding-top: 35px;
    padding-bottom: 5px;
    max-width: 700px;
    display: flex;
    justify-content: center;
}
.custom-mulai .kanan {
    display: flex;
    justify-content: flex-end;
}
.custom-mulai .kanan p {
    font-family: 'Comfortaa', cursive;
    background-color: #df548e;
    padding: 5px 20px;
    border: 3px solid black;
    border-radius: 3px;
    box-shadow: 7px 7px 0px 1px rgb(20, 20, 20);
    margin-bottom: -1px;
}
.custom-mulai .card {
    margin-top: -3px;
    justify-content: center;
    border: 3px solid black;
    background-color: #f1f0f0;
    box-shadow: 7px 7px 0px 1px rgb(20, 20, 20);
}
.custom-mulai .card .card-body .card-text{
    margin-top: -5px;
    margin-left: -30px;
}

/* pricing */
.custom-pricing {
    padding-top: 35px;
    padding-bottom: 5px;
    max-width: 700px;
    display: flex;
    justify-content: center;
}
.custom-pricing .kanan {
    display: flex;
    justify-content: flex-end;
}
.custom-pricing .kiri {
    display: flex;
    justify-content: flex-start;
}
.custom-pricing .kanan p {
    font-family: 'Comfortaa', cursive;
    background-color: #3cc4ce;
    padding: 5px 20px;
    border: 3px solid black;
    border-radius: 3px;
    box-shadow: 7px 7px 0px 1px rgb(20, 20, 20);
    margin-bottom: -40px;
}
.custom-pricing .kiri p {
    font-family: 'Comfortaa', cursive;
    background-color: #cbdf17;
    padding: 5px 20px;
    border: 3px solid black;
    border-radius: 3px;
    box-shadow: 7px 7px 0px 1px rgb(20, 20, 20);
    margin-bottom: -1px;
}
.custom-pricing .card {
    margin-top: -3px;
    justify-content: center;
    border: 3px solid black;
    background-color: #f1f0f0;
    box-shadow: 7px 7px 0px 1px rgb(20, 20, 20);
}

/* CUSTOM nav bawah */
.custom-nav-bawah {
    padding-top: 30px;
    padding-bottom: 10px;
    max-width: 670px;
    text-align: center;
}
.custom-nav-bawah .card {
    border: none;
    padding: 10px 15px;
}
.custom-nav-bawah .card .card-body{ 
    display: flex;
    justify-content: center;
    align-items: center;
    height: 90px;
}
.custom-nav-bawah .card .card-faq {
    background-color: #3cc4ce;
    border: 2px solid black;
    color: black;
    border-radius: 5px;
    box-shadow: 5px 7px 0px 1px rgb(20, 20, 20);
}
.custom-nav-bawah .card .card-tutor {
    background-color: #e6b448;
    border: 2px solid black;
    color: black;
    border-radius: 5px;
    box-shadow: 5px 7px 0px 1px rgb(20, 20, 20);
}
.custom-nav-bawah .card .card-sk {
    background-color: #df548e;
    border: 2px solid black;
    color: black;
    border-radius: 5px;
    box-shadow: 5px 7px 0px 1px rgb(20, 20, 20);
}
.custom-nav-bawah a{
    text-decoration: none;
}
.custom-nav-bawah .card .card-body:hover {
    margin-top: 3px;
    margin-bottom: -3px;
    box-shadow: 2px 3px 0px 1px rgb(20, 20, 20);    
}

/* footer */
.custom-footer {
    padding-top: 25px;
    max-width: 700px;
}
.custom-footer .card {
    border: none;
    padding: 10px 10px;
    font-weight: 400;
    font-size: 1.2rem;
}
.custom-footer .kanan {
    float: right;
    text-align: end;
}
.custom-footer .kanan .card-text{
    text-decoration: underline;
    margin-bottom: 1px;
}
.custom-footer .kiri .card-text{
    margin-bottom: 1px;
}

.card-text {
    text-align: center;
    padding: 10px 30px;
}

.card-image {
    text-align: center;
    size: 10px;
}
