@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

.card-title {
    font-family: 'Poppins', sans-serif;
    font-size: 25px;
}

#title{
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
}
.card-text {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    text-align: justify;
}

/* pop up profile */
#btnprofile {
    color: white;
    background-color: #3F8CFF;
    border: none;
}

.modal-content{
    border-radius: 20px;
    margin-left: 115%;
    margin-bottom: 10px;
    width: 307px;
    height: 357px;
}
.modal-header {
    background-color: #76D2F7;
    border-radius: 20px;
    width: 307px;
    height: 357px;
}

#gambarmr {
    margin-left: 90px;
    margin-bottom: 20px;
    width: 97px;
    height: 99px;
}

.selamat-datang {
    margin: 10px;
    font-size: 20px;
    font-weight: bold;
    margin-left: 60px;
}

.selamat-datang2 {
    margin: 10px;
    font-size: 20px;
    font-weight: bold;
    margin-left: 95px;
}

.dua {
    border: 1px solid white;
}

#keluar {
    margin-left: 86%;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 30px;
}

.kelola button {
    border: 4px solid white;
    border-radius: 5px;
    background-color: #3F8CFF;
    width: 273px;
    height: 45px;
}

#text1 {
    color: white;
    text-decoration: none;
    margin-right: 75px;
    margin-left: 20px;
}

#text2 {
    color: white;
    text-decoration: none;
    margin-right: 150px;
    margin-left: 20px;
}

#icon {
    width: 32px;
    height: 30px;
    color: white;
}

#icon2 {
    width: 32px;
    height: 30px;
    color: white;
}