body {
    margin: 0;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    background-color: bisque;
}

#header {
    background-color: rgb(92, 48, 48);
    color: bisque;
    padding: 5px 5px;
    text-align: center;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.profil {
    text-align: center;
}

.foto {
  border-radius: 50%;
  width: 180px;
  height: 180px;
}

.galeri {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.kartu-aktivitas {
  background-color: rgb(92, 48, 48);
  color: bisque;
  padding: 15px;
  border: 3px solid bisque;
  border-radius: 15px;
  width: 250px;
  flex-basis: 4500px;
  text-align: center;
}

.kartu-aktivitas:hover{
  background-color: bisque;
  color: rgb(224, 158, 158);
}
