@import url("https://fonts.googleapis.com/css2?family=Fira+Mono:wght@400;500;700&family=Lily+Script+One&family=Pathway+Extreme:ital,opsz,wght@0,8..144,100..900;1,8..144,100..900&display=swap");

#contact {
    padding: 40px 0 80px 0;
}

#contact .card {
    background-color: #F6F8FF;
    border-radius: 47px;
    border: none;
}

#contact .title {
    font-family: Pathway Extreme;
    font-size: 24px;
    font-weight: 400;
    line-height: 41.28px;
    letter-spacing: 0.029em;
    text-align: left;
    color: #848AA5;
}

#contact .subtitle {
    font-family: Pathway Extreme;
    font-size: 42px;
    font-weight: 600;
    line-height: 63px;
    letter-spacing: 0.009em;
    text-align: left;
}

#contact .keterangan {
    font-family: Pathway Extreme;
    font-size: 16px;
    font-weight: 400;
    line-height: 27.52px;
    letter-spacing: 0.029em;
    text-align: left;
    color: #2D2926;
}

#contact .btn-get-in {
    font-family: Pathway Extreme;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.009em;
    text-align: center;
    color: #555A71;
    background-color: #FCCC00;
    text-decoration: none;
    border-radius: 120px;
    padding: 18px 38px;
    margin-top: 34px;
    display: inline-block;
}