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

*{
    font-family:'poppins' , 'sans-serif';
    margin: 0;
    padding: 0;
}
.namaku{
    color: darkred;
}

.aktif{
    color: white;
}
img{
    max-width: 100%;
    
}
h1{
    font-size: 2em;
}
h2{
    font-size: 1em;
}

.btn{
    width: 20%;
    color: white;
    background-color: darkred;
}

.card-text {
    color: darkred;
}
.title{
    color: darkred;
}

.titles{
    color: black;
}

.progress-bar{
    background-color: darkred;
}

.jdul{
    color: white;
    display: flex;
    justify-content: space-between;
}

.navbar-expand-lg{
    background-color: darkred;
}