body {
    font-family: Arial, Helvetica, sans-serif;
    color: white;
}

#header {
    background-color: navy;
    padding: 10px 100px;
    text-align: center;
    box-shadow: 0 8px 6px white;
    position: sticky;
    top: 0;

    
}

.logo img {
    height: 40px;
    border-radius: 10px;
}

.container {
    display: flex;
    flex-direction: column;
    background-color: navy;
    
}

.profil {
    text-align: center;
}

.tentang {
    background-color: #d9d4e7;
    position: flex;
    margin-left: 500px;
    align-content: center;
    width: 250px;
    height: 60px;
    border-radius: 10px;
    color: navy;
}

.deskripsi {
    text-align: justify;
    height: 100px;
    border-radius: 10px;
    border: 3px solid white;
}

.profil img {
    width: 200px;
    border-radius: 50%;
    text-align: center;
    border: 3px solid rgb(1, 203, 243);
    margin-top: 50px;
    
}

.galeri {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background-color: #d9d4e7;
    flex-wrap: wrap;
    gap: 20px;
    width: 100%;
    color: navy;
    
}

.galeri h2 {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.galeri img {
    width: 250px;
    box-shadow: 8px 8px 15px rgb(251, 251, 251);
   
    
}

.kartu-aktivitas {
    text-align: justify;
    background-color: rgb(29, 29, 158);
    padding: 3px;
    border: 5px solid blue;
    border-radius: 10px;
    width: 30%;
    text-align: center;
    color: aliceblue;
}

.kartu-aktivitas:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 20px var(--shadow);
}





