body {height: 100%}
html body {
        background-color: black;
        height:100%;
        background-repeat:no-repeat;
        background-image: url(../Image/fade_to_black_animation_by_soulkreig-d34zj03.gif);
        background-size: cover;
        background-position: center
        }
    
        .photo {
            margin-top:100px;
        
        }
        .photo2 {
            margin-top: 10px;
            border-right: 1px solid white;
            padding-right: 100px
        }

        .photo img{
            height:62%;
            margin-bottom: 5px
        }
        .garis{
            height:40px;
            background-color: darkgrey
            
        }
        .menu {
        margin:0;
        height: 60px;    
        background-color: darkslategray; 
        font-family: 'Arizonia', cursive;
        color: lightslategrey;
        font-size: 55px;
        line-height:60px 
        }
        .fontgue {
        margin:0 6px;     
        font-family: 'Arizonia', cursive;
        color: antiquewhite;
        font-size: 55px;
        line-height:60px                     
            }    
.hurufarticles{
    font-family: 'Yatra One', cursive;
    color: antiquewhite;
    font-size: 20px;
    margin-top: 70px;
    margin-bottom: 80px;    
        
}
.reviewgue {
    font-family: 'Yatra One', cursive;
    color: antiquewhite;
    font-size: 20px;
    margin-bottom: 80px;        
}
.fontfont{
        margin:0 6px;     
        font-family: 'salsa', cursive;
        color: antiquewhite;
        font-size: 55px;
        line-height:60px;
        margin-top: 70px
    
    
}


footer{ height: 100px; line-height: 100px; color: white;font-family: 'Yatra One', cursive; background-color:black azure; margin-top:3000px}    

.clock{
    font-family: 'Arizonia', cursive;
    font-size: 70px;
    line-height: 60px;
    color:antiquewhite        
}

.photo3{
    margin-top: 0;
    margin-right: 200px;
    border-right: 1px solid white;
    padding-right: 40px
}
.fontlagi{
    font-family: 'salsa', cursive;
    color: aliceblue;
    font-size: 35px; 
    margin:0 6px;
    line-height:60px
}
.facebook{
    height: 60px;
    width: 60px;
    margin:0 1px;
}
.sticky{
    width: 50px;
    height: auto;
    position: fixed;
    top: 35%;
    left: 0;
    background-color: darkgrey;
    border-radius:0px 10px 10px 0
    
}
.atas{
    margin-top: 50px
}
.input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px grey;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 16px;
    resize: vertical;
}

.input[type=submit] {
    background-color: white;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: white;
}

.container {
    border-radius: 5px;
    background-color: black;
    padding: 20px;
}

/* Dropdown Button */
.dropbtn {
    background-color: lightgrey;
    color: white;
    padding: 16px;
    font-size: 16px;
    cursor: pointer;
    width: 150px;
    height: auto;
    position: relative;
    top: 35%;
    right: 0;
    border:none;
    
}

/* Dropdown button on hover & focus */
.dropbtn:hover, .dropbtn:focus {
    background-color: #3e8e41;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    max-width: inherit;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    line-height: 50px;
    color: black;
    padding: 0 35px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.show {display:block;}

/*

.dropdown {
    position: relative;
    display: inline-block;
}


.dropdown-content {
    display: block;
    position: absolute;
    background-color: lightgrey;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

}
.show {display:block;}
{ */