*
html {
    margin: 0;
    padding: 0;
    font-family: Verdana, Geneva, Tahoma, sans-serif ;
}



body {
    background-color: #161616;
}

.headline {
    color: #fff;
    height: 100;
    font-size: 60;
    display: flex;
    align-items: center;
    justify-content: center;
}

.container-navbar {
    background-color: #ffff00;
    
}

.kolombaru {
    justify-content: center;
    align-items: center;
    display: flex;
    
}

.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;
}

.fotofoto {
    display: flex;
    justify-content: center;
    list-style-type: none;
    align-items: center;
    padding: 10;
    size: 20;
}




.deskripsi {
    color: #fff;
    justify-content: center;
    display: flex;
    align-items: center;
    font-size: 20;
}

.footer {
    justify-content: center;
    display: flex;
    align-items: center;
    background-color: #ffff00;
}

