
body 
    {background-color: rgb(14, 14, 14); }

/* Nav */
#bars {
    width: 50px;
    height: auto;
    border-radius: 100%;
    margin-left: 10px;
    top: -37px;
    position: relative;
}


.dropbtn {
  background-color: rgb(14, 14, 14, 0);
  color: rgb(255, 255, 255);
  font-size: 29px;
  border: none;
  cursor: pointer;
}

.dropbtn:hover, .dropbtn:focus {
    border-radius: 100%;
    background-color: #313131;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: rgba(14, 14, 14, 0);
    min-width: 220px;
    overflow: auto;
    border-bottom: 1px solid rgb(212, 212, 212);
    top: 20px;
    margin-left: 5px;
}

.dropdown-content a {
    color: rgb(255, 255, 255);
    padding: 18px 30px 10px 10px;
    text-decoration: none;
    
    border-radius: 10px;
}

.dropdown-content a:hover {background-color: #252525}

.show {display:block;}

ul {
    list-style-type: none;
    margin: 0;
    padding: 1;
    width: 200px;
    background-color: rgb(255, 255, 255);
}

li a {
    display: block;
    color: rgb(255, 255, 255);
    text-decoration: none;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    margin-left: 10px;
}

#bonbon {
    width: 20px;
    height: auto;
}

#logo {
    width: 10%;
    height: auto;
    margin-left: 70px;
    top: 10px;
    position: relative;
}