*
html {
    margin: 0;
    padding: 0;
    font-family: Verdana, Geneva, Tahoma, sans-serif ;
}


body {
    background-color: black;
}

.headline {
    color: #fff;
    height: 100;
    font-size: 75;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .container-navbar {
        background-color: #e7e700;
}


.kolombaru {
    justify-content: center;
    align-items: center;
    display: flex;
    text-decoration: none;
}

.kolomtombol {
    color: black;
    list-style-type: none;
    padding: 20px;
    margin: 5px;
    font-size: 20px;
    text-decoration: none;
}

.kolomtombol:hover {
    background-color: hsl(60, 100%, 42%);
    border-radius: 8px;
    transition: .3s ease-in-out
}

.animasitombol {
    text-decoration: none;
    color: black;
}

.ig {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 70;
    padding: 10;
}



.social1 {
    flex-direction: column;
    color: #fff;
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.nama {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    list-style-type: none;
}

.logo {
  
    flex-direction: column;
    color: #fff;
    list-style-type: none;
    display: flex;
    justify-content: center;
    align-items: center;
}