body {
    background-color: #FFF7D4;
    margin: 0;
    padding: 0;
    font-family: 'Times New Roman', Times, serif;
}

header {
    background-color: #9BB8CD;
    border-bottom: #B1C381 solid 5px;
    display: flex;
    align-items: center ;
    justify-content: space-between;
}

header #left-header {
    padding-left: 100px;
}

header #right-header {
    padding-right: 100px;
}

#gambar img {
    width: 100%;
    height: 400px;
    filter: blur(2px);
}

nav a {
    text-decoration: none;
}