input[type="text"] {
    border: none;
}

textarea {
    border: none;
}

#buttonKirim {
    background: #234B88;
    border-radius: 10px;
    padding: 15px 25px;
    font-family: Poppins;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    /* identical to box height */


    color: #FFFFFF;
}

.alamat>li {
    display: flex;
    font-family: Poppins;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;

    color: #3D3D3D;
    margin-bottom: 10px
}