body {
    margin: 0;
    padding: 0;
}

#header{
    font-size: 35px;
    color: white;
    background-color: deeppink;
    text-align: center;
    padding: 15px 0;
    text-align: center;
    width: 100%;
    font-family: "Libertinus Keyboard", cursive;
    font-weight: 400;
    font-style: normal;
}

.header-h1{
    font-family: "Libertinus Keyboard", cursive;
    font-weight: 400;
    font-style: normal;   
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0;
    margin-top: 70px;
}

.profile {
    font-size: 20px;
    margin-bottom: 5px;
    width: 90%;
    margin: 0 auto;      
    text-align: justify; 
}

.profile-p{
    text-align: justify;
    font-family: "Libertinus Keyboard", cursive;
    font-weight: 400;
    font-style: normal;   
}

.profile-h2 {
    margin-top: 5px;  
    margin-bottom: 15px;
    text-align: center;
    font-family: "Libertinus Keyboard", cursive;
    font-weight: 400;
    font-style: normal;   
}

.profile img{
    width: 300px;
    height: 300px;
    border-radius: 50%;
    object-fit: cover;
    display: block;
    margin-bottom: 70px;
}

.galeri{
    display: flex;
    justify-content: space-around;
    flex-direction: row; 
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 20px;  
    width: 100%;
}

.galeri h2{
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
    color: deeppink;
    font-family: "Libertinus Keyboard", cursive;
    font-weight: 400;
    font-style: normal;   
}

.galeri-p{
    text-align: justify;
    padding: 40px 5px solid deeppink;
    border-radius: 35px;
    color: rgb(248, 4, 134);
    font-family: "Libertinus Keyboard", cursive;
    font-weight: 400;
    font-style: normal;
}

.Kartu-Aktivitas{
    border: 3px solid rgb(248, 4, 134);
    border-radius: 35px;
    padding: 5px;
    background-color: rgb(254, 221, 239);
    flex-basis: 30%;
    text-align: center;
}

.Kartu-Aktivitas-h2{
    color: deeppink;
}

.Kartu-Aktivitas:hover {
    transform: scale(1.05);
    border-color: deeppink;
    box-shadow: 0 6px 12px rgb(155, 11, 88);
}