body{
    background-color: rgb(248, 201, 140);
            
}

.container {
    display: flex;
    justify-content: space-evenly;
            
}

.info {
    width: 50%;
    color: aliceblue;
    margin-top: 15%;
}

.wadahgambar{
    margin-top: 15%;  
            
}

img{
    width: 200px;
    height: 200px;
    border-radius: 50%;
    box-shadow: 0;
}

h4{
    margin-top: -18px;
    color: rgb(255, 145, 0);
}

p {
    margin-top: -10px;
}

.navbar {
    background-color: antiquewhite; 
    overflow: hidden;
}

.navbar a {
    float: left;
    color: rgb(255, 145, 0);
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 17px;
}

.navbar a:hover {
    background-color:rgb(209, 184, 150);
    color: rgb(255, 255, 255);
}

.navbar a.active {
    background-color:rgb(179, 136, 79);
    color: white;
}