body{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    margin: 0;
    background-color: rgb(222, 140, 247);
}

#header{
    background-color: #ca74e9;
    padding: 20px;
    text-align: center;
    position: sticky;
    top: 0;
}

.container{
    margin: 0 100px;
    align-items: center;
    height: calc(100vh - 84px);
    display: flex;
    flex-direction: column;
}

.profil{
    width: 100%;
}

.profil p{
    text-align: justify;
}

.profil img{
    height: 250px;
    border-radius: 50%;
}

galerii{
    text-align: center;
}

.galeri{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    height: 500px;
}

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

.kartu-aktivitas{
    background-color: rgb(75, 14, 95);
    padding: 20px;
    border: 1px solid rgb(61, 2, 69);
    margin: 5px;
    border-radius: 5px 5px 5px 5px;
    flex-basis: 300px;
}

.kartu-aktivitas:hover {
    background-color: rgb(61, 2, 69);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transform: translateY(-5px);
    transition: all 0.3s ease;
}

.kartu-aktivitas{
  font-family: "Bungee Spice", sans-serif;
  font-weight: 400;
  font-style: normal;
}