body {
    background: black;
    margin: 0;
    color: white;
}
.atas {
    color: white;
    text-align: center;
}
.garis-atas {
    background: white;
    width: 90%px;
    height: 1px;
    justify-content: center;
    top: 40px;
    align-items: center;
    display: flex;
    margin: auto;
    text-align: center;
}
.ilang {
    height: 100px;
}
img {
   
    width: 90px;
    height: 90px;
    border-radius: 50px;
    box-shadow: 0px 0px 0px white;
    border-image: 2px;
    margin-top: 100px;
    display: grid;
    align-items: center;
    margin: auto;
    text-align: center;
    justify-content: center;
    z-index: 1;
    border: 2px solid white;
}
.navbar {
    background: black;
    text-align: center;
    margin-top: 100px;
}
.navbar a {
    text-decoration: none;
    color: white;
    padding: 1px;
    text-align: center;
    font-size: 20px;
}
.navbar a:active {
    box-shadow: 0px 0px 3px white;
}
.kosong {
    height: 20px;
    width: 30px;
    margin-top: 10px;
}
.content {
    color: aliceblue;
    padding: 20px;
    box-shadow: 0px 0px 4px rgb(245, 245, 245);
    border-radius: 15px;
    margin-top: 50px;
    width: 400px;
    margin-top: 50px;
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    transform: translateY(60px);
    text-align: center;
}


.footer {
    text-align: center;
    margin-top: 300px;
}
@media screen and (min-width: 500px) {
    .garis-atas {
        width: 90%;
    }
    .navbar a {
        font-size: 15px;
    }
    .content {
        width: 150px;
        font-size: 14px;
    }
}

@media screen and (min-width: 700px) {
    .navbar a {
        font-size: 20px;
    }
    .content {
        width: 400px;
    }
}