@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');


body {
    background-image: url(/assets/background.png);
    background-size: 100%;
    background: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#bungkus {
    border: none;
    margin: 30px;
    /* background-image: url(/assets/background.png); */
    background-image: linear-gradient(0, #A7E2F7 27px, #8FDAF9 39%);
    font-family: 'Open Sans', sans-serif;
}

#bungkus2 {
    border: none;
    margin: 30px;
    font-family: 'poppin', sans-serif;
}

#tulisan {
    text-align: justify;
    font-size: 15px;
    margin-right: 30%;
}

.card-group .card {
    margin: 25px;
}

.card-text{
    text-align: justify;
    font-family: 'Open Sans', sans-serif;
}

/* 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;
}