


#link {
    text-decoration-line: none;
    font-size: 100%;
}

.ul-dog-nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333333;

}

.li-dog-nav {
    float: left;
    font-family: cursive;

}

.a-dog-nav {
    text-decoration: none !important;
    display: block;
    color: white;
    text-align: center;
    padding: 10px;
    text-decoration: none;
}

.a-dog-nav:hover {
    color: white;
    background-color: #111111;
}


.btn {
    background-color: #333333;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    outline: none;
}
.dropdown {
    position: absolute;
    display: inline-block;
}
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #333333;
    min-width: 160px;
    z-index: 1;
}
.padding-left {
    padding-left: 5px;

}
.dropdown-content a {
    color: White !important;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}
.dropdown-content a:hover {
    background-color: #020202
}
.dropdown:hover .dropdown-content {
    display: block;}
.btn:hover,
.dropdown:hover .btn {
    background-color: #111111;}
#top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    font-size: 18px;
    border: none;
    outline: none;
    background-color: #333333;
    color: white;
    cursor: pointer;
    padding: 15px;
    border-radius: 4px;
}

#top:hover {
    background-color: #111111;
}
