*,
html {
    margin: 0;
    padding: 0;
}


body {
    background-color: tomato;
}

.container {}

.container-navigation {
    background-color: red;
}

.img-navbar {
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 50px;
    
    
}

.ul-navigation {
    background-color: tomato;
    display: flex;
    justify-content: center
}

.li.navigation {
list-style-type: none;
padding: 20px;
margin: 5px;
color: white;
font-size: 30px;
font-family: arial;
font-weight: 700;
}
.li.navigation:hover {
    background-color: aqua;
    transition: .3s ease-in-out;
    transition-delay: .1s;
    border-radius: 15px;
}


.container-content {
background-color: #555;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
}

.a-content {
    background-color: paleturquoise;
    color: black;
    text-decoration: none;
    font-style: italic;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    width: 720px;
    height: 480px;
    border-radius: 80px;
    box-shadow: 21px 10px 20px 0px rgba(255,255,255,0.75);
    -webkit-box-shadow: 21px 10px 20px 0px rgba(255,255,255,0.75); 
    -moz-box-shadow: 21px 10px 20px 0px rgba(255,255,255,0.75);
}

.a-content:hover {
    background-color: violet;
    transition: .3s ease-in-out;
    transition-delay: .1s;
    border-radius: 80px;
}

.img-content {
width: 50%;
height: 50%;
}

.container-footer {
background-color: black;
display: flex;
justify-content: center;
align-items: center;
}

.h1-footer {
    font-size: 30px;
    color: white;
    font-style: italic;
    font-family: monospace;
}


.a-navbar {
    color: white;
    text-decoration: none;
}



/* BUAT GALLERY YANG DI KLIK */

.img-content1 {
    width: 721px;
    height: 485px;
    border-radius: 80px;
    justify-content: space-evenly;
    align-items: center;
}

.container-content1 {
    background-color: #555;
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
color: white;
font-family: 'Times New Roman', Times, serif;
flex-direction: initial;
}


