body {
    font-family: Arial, Helvetica, sans-serif;
    background-color: rgb(30, 49, 77);
}

#header{
    background-color: navy;
    padding: 10px;
    text-align: center;
    color: white;
    position: sticky;
    top: 0;
}

.container{
    display: flex;
    flex-direction: column;
}

.profiltext{
    text-align: center;
    color: white;
}

.gambar{
    border-radius: 50%;
    width:180px;
    height: 180px;
    box-shadow: 0 0 20px white;
}

.galeri{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    color: white;
    
}

.kartu-aktivitas{
    background-color: navy;
    padding: 10px;
    border: 4px solid white;
    border-radius: 15px;
    width: auto;
}

.kartu-aktivitas:hover{
    background-color: rgb(48, 134, 240);
    color: white;
    transform: scale(1.2);
    transition: 0.5s;
}
