@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700;800;900&display=swap");

h1,
h2,
h3,
h4,
h5,
h6,
p {
    font-family: "Poppins", sans-serif;
}

.circle-up img {
    position: relative;
    z-index: 3;
}

.organisasi {
    margin-top: -300px;
}

.organisasi h1 {
    font-weight: 700;
    color: #215767;
    z-index: 1;
}

@media (max-width: 500px) {
    .organisasi h1 {
        margin-top: 300px;
    }
}

.organisasi img {
    z-index: -2;
    margin-top: 70px;
}

@media (max-width: 500px) {
    .organisasi img {
        width: 400px;
    }
}

.circle-down img {
    z-index: -1;
}

@media (max-width: 500px) {
    .circle-down img {
        width: 200px;
        margin-bottom: -70px;
    }
}

@media (max-width: 500px) {
    .circle-up img {
        width: 200px;
        margin-top: -120px;
    }
}
