*,
html{
    margin: 0;
    padding: 0;
}

.divbar-container{
    background-color:rgb(14, 16, 104);
    width: 100%;
    height: 10vh;
    display: flex;
    justify-content: center;
    align-items: center;
}
.li-navbar{
    list-style-type: none ;
    padding: 20px;
    margin: 5px;
    color: aliceblue;
    font-size:30px;
}

.li-navbar :hover {
    background-color: aqua;
    transition: 0.2s ease-in-out;
    transition-delay: 0.3s;
    border-radius: 10px;
}

#identitas{
    background: red;
    height: 500px;
    width: 500px;
}

.ul-navbar{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    
}

.a-navbar{
    color: white;
    text-decoration: none;
    font-weight: 800;
}

.container-conten{
   background-color: rgb(32, 153, 147); 
   display: flex;
   justify-content: center;
   align-items: center;
   height: 80vh;
}

.a-conten {
    background-color: white;
    color: black;
    text-decoration: none;
    width: 600px;
    height: 300px;
    font-size: 25px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    box-shadow: 21px 20px 0px 2px rgba(0,0,0,0.75);
    -webkit-box-shadow: 21px 20px 0px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 21px 20px 0px 2px rgba(0,0,0,0.75);

}


.img-contain{
    width: 50%;
    height: 50%;
}

.container-footer{
    background-color: rgb(14, 16, 104);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 10vh;
}

.hi-container{
    font-size: 30px;
    color: white;
}

/* masuk ke bagian about me  */

.container-about{
    background-color: rgb(32, 153, 147); 
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80vh;
}

.a-conten-about{
    background-color: white;
    color: black;
    text-decoration: none;
    width: 400px;
    height: 500px;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    box-shadow: 21px 20px 0px 2px rgba(0,0,0,0.75);
    -webkit-box-shadow: 21px 20px 0px 2px rgba(0,0,0,0.75);
    -moz-box-shadow: 21px 20px 0px 2px rgba(0,0,0,0.75);
}

.img-contain-about{
    width: 70%;
    height: 70%;
}

.tulisan{
    font-size: 20 px;
    color :brown;
}